Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class ListFoldersResponse.
The ListFolders response message.
Generated from protobuf message google.cloud.resourcemanager.v3.ListFoldersResponse
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ folders |
array<Google\Cloud\ResourceManager\V3\Folder>
A possibly paginated list of folders that are direct descendants of the specified parent resource. |
↳ next_page_token |
string
A pagination token returned from a previous call to |
getFolders
A possibly paginated list of folders that are direct descendants of the specified parent resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFolders
A possibly paginated list of folders that are direct descendants of the specified parent resource.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ResourceManager\V3\Folder>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token returned from a previous call to ListFolders
that indicates from where listing should continue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |