Google Cloud Storage Control V2 Client - Class ListManagedFoldersResponse (1.3.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ managed_foldersarray<ManagedFolder>

The list of matching managed folders

↳ next_page_tokenstring

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setManagedFolders

The list of matching managed folders

Parameter
NameDescription
vararray<ManagedFolder>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
varstring
Returns
TypeDescription
$this