Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ListManagedFoldersResponse.
Response message for ListManagedFolders.
Generated from protobuf message google.storage.control.v2.ListManagedFoldersResponse
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ managed_folders | array<ManagedFolder> The list of matching managed folders |
↳ next_page_token | string The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. |
getManagedFolders
The list of matching managed folders
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setManagedFolders
The list of matching managed folders
Parameter | |
---|---|
Name | Description |
var | array<ManagedFolder> |
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
Parameter | |
---|---|
Name | Description |
var | string |
Returns | |
---|---|
Type | Description |
$this |