Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::DeleteJobRequest.
Message for deleting a Job
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The
name
of the job to delete. Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The
name
of the job to delete. Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
Returns
-
(::String) — Required. The
name
of the job to delete. Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
#request_id
def request_id() -> ::String
Returns
-
(::String) — 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).
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — 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).
Returns
-
(::String) — 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).