Class ProjectsResource.SitesResource.DomainsResource.UpdateRequest
Updates the specified domain mapping, creating the mapping as if it does not exist.
Inheritance
ProjectsResource.SitesResource.DomainsResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.DomainsResource.UpdateRequest : FirebaseHostingBaseServiceRequest<Domain>, IClientServiceRequest<Domain>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Domain, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Domain body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Domain | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Domain>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Domain>.MethodName
Name
Required. The name of the domain association to update or create, if an association doesn't already exist.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Domain>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Domain>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()