Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.CancelRequest

Cancels a batch job.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CancelJobResponse>
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>
ProjectsResource.LocationsResource.JobsResource.CancelRequest
Implements
IClientServiceRequest<CancelJobResponse>
IClientServiceRequest
Inherited Members
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.Xgafv
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.AccessToken
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.Alt
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.Callback
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.Fields
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.Key
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.OauthToken
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.PrettyPrint
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.QuotaUser
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.UploadType
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.UploadProtocol
ClientServiceRequest<CancelJobResponse>.Execute()
ClientServiceRequest<CancelJobResponse>.ExecuteAsStream()
ClientServiceRequest<CancelJobResponse>.ExecuteAsync()
ClientServiceRequest<CancelJobResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CancelJobResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CancelJobResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CancelJobResponse>.CreateRequest(bool?)
ClientServiceRequest<CancelJobResponse>.GenerateRequestUri()
ClientServiceRequest<CancelJobResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CancelJobResponse>.ETagAction
ClientServiceRequest<CancelJobResponse>.ModifyRequest
ClientServiceRequest<CancelJobResponse>.ValidateParameters
ClientServiceRequest<CancelJobResponse>.ApiVersion
ClientServiceRequest<CancelJobResponse>.RequestParameters
ClientServiceRequest<CancelJobResponse>.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.StorageBatchOperations.v1
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.CancelRequest : StorageBatchOperationsBaseServiceRequest<CancelJobResponse>, IClientServiceRequest<CancelJobResponse>, IClientServiceRequest

Constructors

CancelRequest(IClientService, CancelJobRequest, string)

Constructs a new Cancel request.

Declaration
public CancelRequest(IClientService service, CancelJobRequest body, string name)
Parameters
Type Name Description
IClientService service
CancelJobRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<CancelJobResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<CancelJobResponse>.MethodName

Name

Required. The name of the job to cancel. Format: projects/{project_id}/locations/global/jobs/{job_id}.

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
ClientServiceRequest<CancelJobResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<CancelJobResponse>.GetBody()

InitParameters()

Initializes Cancel parameter list.

Declaration
protected override void InitParameters()
Overrides
StorageBatchOperationsBaseServiceRequest<CancelJobResponse>.InitParameters()

Implements

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