Class: Google::Cloud::StorageBatchOperations::V1::ListBucketOperationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::ListBucketOperationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb
Overview
Message for response to listing BucketOperations
Instance Attribute Summary collapse
-
#bucket_operations ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::BucketOperation>
A list of storage batch bucket operations.
-
#next_page_token ⇒ ::String
A token identifying a page of results.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#bucket_operations ⇒ ::Array<::Google::Cloud::StorageBatchOperations::V1::BucketOperation>
Returns A list of storage batch bucket operations.
172 173 174 175 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 172 class ListBucketOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results.
172 173 174 175 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 172 class ListBucketOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
172 173 174 175 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 172 class ListBucketOperationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |