Class: Google::Cloud::StorageBatchOperations::V1::GetJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::GetJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb
Overview
Message for getting a Job
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. name of the job to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id} .
65 66 67 68 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 65 class GetJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |