Show / Hide Table of Contents

Class SitesResource.DomainsResource.UpdateRequest

Updates the specified domain mapping, creating the mapping as if it does not exist.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Domain>
FirebaseHostingBaseServiceRequest<Domain>
SitesResource.DomainsResource.UpdateRequest
Implements
IClientServiceRequest<Domain>
IClientServiceRequest
Inherited Members
FirebaseHostingBaseServiceRequest<Domain>.Xgafv
FirebaseHostingBaseServiceRequest<Domain>.AccessToken
FirebaseHostingBaseServiceRequest<Domain>.Alt
FirebaseHostingBaseServiceRequest<Domain>.Callback
FirebaseHostingBaseServiceRequest<Domain>.Fields
FirebaseHostingBaseServiceRequest<Domain>.Key
FirebaseHostingBaseServiceRequest<Domain>.OauthToken
FirebaseHostingBaseServiceRequest<Domain>.PrettyPrint
FirebaseHostingBaseServiceRequest<Domain>.QuotaUser
FirebaseHostingBaseServiceRequest<Domain>.UploadType
FirebaseHostingBaseServiceRequest<Domain>.UploadProtocol
ClientServiceRequest<Domain>.Execute()
ClientServiceRequest<Domain>.ExecuteAsStream()
ClientServiceRequest<Domain>.ExecuteAsync()
ClientServiceRequest<Domain>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Domain>.ExecuteAsStreamAsync()
ClientServiceRequest<Domain>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Domain>.CreateRequest(bool?)
ClientServiceRequest<Domain>.GenerateRequestUri()
ClientServiceRequest<Domain>.GetDefaultETagAction(string)
ClientServiceRequest<Domain>.ETagAction
ClientServiceRequest<Domain>.ModifyRequest
ClientServiceRequest<Domain>.ValidateParameters
ClientServiceRequest<Domain>.ApiVersion
ClientServiceRequest<Domain>.RequestParameters
ClientServiceRequest<Domain>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class 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()
Overrides
FirebaseHostingBaseServiceRequest<Domain>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX