Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListManagedFoldersRequest.
Request message for ListManagedFolders.
Generated from protobuf message google.storage.control.v2.ListManagedFoldersRequest
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Name of the bucket this managed folder belongs to.
↳ page_size
int
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
string
Optional. A previously-returned page token representing part of the larger set of results to view.
↳ prefix
string
Optional. Filter results to match managed folders with name starting with this prefix.
↳ request_id
string
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
getParent
Required. Name of the bucket this managed folder belongs to.
string
setParent
Required. Name of the bucket this managed folder belongs to.
var
string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
Optional. A previously-returned page token representing part of the larger set of results to view.
string
setPageToken
Optional. A previously-returned page token representing part of the larger set of results to view.
var
string
$this
getPrefix
Optional. Filter results to match managed folders with name starting with this prefix.
string
setPrefix
Optional. Filter results to match managed folders with name starting with this prefix.
var
string
$this
getRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
string
setRequestId
Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
var
string
$this
static::build
parent
string
Required. Name of the bucket this managed folder belongs to. Please see StorageControlClient::bucketName() for help formatting this field.