Class: Google::Cloud::StorageBatchOperations::V1::ListBucketOperationsResponse

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 response to listing BucketOperations

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_operations::Array<::Google::Cloud::StorageBatchOperations::V1::BucketOperation>

Returns A list of storage batch bucket operations.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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