Storage Batch Operations v1 API - Class CancelJobRequest (1.0.0-beta01)

public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class CancelJobRequest.

Message for Job to Cancel

Inheritance

object > CancelJobRequest

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

CancelJobRequest()

public CancelJobRequest()

CancelJobRequest(CancelJobRequest)

public CancelJobRequest(CancelJobRequest other)
Parameter
Name Description
other CancelJobRequest

Properties

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
Type Description
JobName

Name

public string Name { get; set; }

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

Property Value
Type Description
string

RequestId

public string RequestId { get; set; }

Optional. An optional request ID to identify requests. Specify a unique request ID in case you need to retry your request. Requests with same request_id will ignored for at least 60 minutes since the first request. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Property Value
Type Description
string