Class: Google::Cloud::StorageBatchOperations::V1::DeleteJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::DeleteJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb
Overview
Message for deleting a Job
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the job to delete.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
124 125 126 127 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 124 class DeleteJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns 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).
124 125 126 127 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 124 class DeleteJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |