Class: Google::Cloud::Storage::Control::V2::ListManagedFoldersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message for ListManagedFolders.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Maximum number of managed folders to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.

Returns:

  • (::Integer)

    Optional. Maximum number of managed folders to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.



447
448
449
450
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 447

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

#page_token::String

Returns Optional. A previously-returned page token representing part of the larger set of results to view.

Returns:

  • (::String)

    Optional. A previously-returned page token representing part of the larger set of results to view.



447
448
449
450
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 447

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

#parent::String

Returns Required. Name of the bucket this managed folder belongs to.

Returns:

  • (::String)

    Required. Name of the bucket this managed folder belongs to.



447
448
449
450
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 447

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

#prefix::String

Returns Optional. Filter results to match managed folders with name starting with this prefix.

Returns:

  • (::String)

    Optional. Filter results to match managed folders with name starting with this prefix.



447
448
449
450
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 447

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

#request_id::String

Returns Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

Returns:

  • (::String)

    Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.



447
448
449
450
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 447

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