Class: Google::Cloud::StorageBatchOperations::V1::GetBucketOperationRequest

Inherits:
Object
  • Object
show all
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 BucketOperation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. name of the bucket operation to retrieve. Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.

Returns:

  • (::String)

    Required. name of the bucket operation to retrieve. Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.



183
184
185
186
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 183

class GetBucketOperationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end