Storage Control V2 API - Class Google::Cloud::Storage::Control::V2::ListManagedFoldersRequest (v0.1.1)

Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListManagedFoldersRequest.

Request message for ListManagedFolders.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A previously-returned page token representing part of the larger set of results to view.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Name of the bucket this managed folder belongs to.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the bucket this managed folder belongs to.
Returns
  • (::String) — Required. Name of the bucket this managed folder belongs to.

#prefix

def prefix() -> ::String
Returns
  • (::String) — Optional. Filter results to match managed folders with name starting with this prefix.

#prefix=

def prefix=(value) -> ::String
Parameter
  • value (::String) — 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.

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — 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.