Class ProjectsResource.SitesResource.CustomDomainsResource.OperationsResource.CancelRequest
CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.
Inheritance
ProjectsResource.SitesResource.CustomDomainsResource.OperationsResource.CancelRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1
Assembly: Google.Apis.FirebaseHosting.v1.dll
Syntax
public class ProjectsResource.SitesResource.CustomDomainsResource.OperationsResource.CancelRequest : FirebaseHostingBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
CancelRequest(IClientService, CancelOperationRequest, string)
Constructs a new Cancel request.
Declaration
public CancelRequest(IClientService service, CancelOperationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CancelOperationRequest | 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.v1.Data.Empty>.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.v1.Data.Empty>.MethodName
Name
The name of the operation resource to be cancelled.
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.v1.Data.Empty>.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.v1.Data.Empty>.GetBody()
InitParameters()
Initializes Cancel parameter list.
Declaration
protected override void InitParameters()