public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Storage Batch Operations v1 API class DeleteJobRequest.
Message for deleting a Job
Implements
IMessageDeleteJobRequest, IEquatableDeleteJobRequest, IDeepCloneableDeleteJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
DeleteJobRequest()
public DeleteJobRequest()DeleteJobRequest(DeleteJobRequest)
public DeleteJobRequest(DeleteJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteJobRequest |
Properties
Force
public bool Force { get; set; }Optional. If set to true, any child bucket operations of the job will also be deleted. Highly recommended to be set to true by all clients. Users cannot mutate bucket operations directly, so only the jobs.delete permission is required to delete a job (and its child bucket operations).
| Property Value | |
|---|---|
| Type | Description |
bool |
|
JobName
public JobName JobName { get; set; }| Property Value | |
|---|---|
| Type | Description |
JobName |
|
Name
public string Name { get; set; }Required. The name of the job to delete.
Format: projects/{project_id}/locations/global/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 be 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 |
|