Class: Google::Cloud::StorageBatchOperations::V1::ListBucketOperationsRequest

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 request to list BucketOperations

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filters results as defined by https://google.aip.dev/160.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 157

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

#order_by::String

Returns Optional. Field to sort by. Supported fields are name, create_time.

Returns:

  • (::String)

    Optional. Field to sort by. Supported fields are name, create_time.



157
158
159
160
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 157

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

#page_size::Integer

Returns Optional. The list page size. Default page size is 100.

Returns:

  • (::Integer)

    Optional. The list page size. Default page size is 100.



157
158
159
160
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 157

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

#page_token::String

Returns Optional. The list page token.

Returns:

  • (::String)

    Optional. The list page token.



157
158
159
160
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 157

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

#parent::String

Returns Required. Format: projects/{project_id}/locations/global/jobs/{job_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/global/jobs/{job_id}.



157
158
159
160
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations.rb', line 157

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