Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class SearchFoldersResponse.
The response message for searching folders.
Generated from protobuf message google.cloud.resourcemanager.v3.SearchFoldersResponse
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 folder search results. the specified parent resource. |
↳ next_page_token |
string
A pagination token returned from a previous call to |
getFolders
A possibly paginated folder search results.
the specified parent resource.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFolders
A possibly paginated folder search results.
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 SearchFolders
that indicates from where searching should continue.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token returned from a previous call to SearchFolders
that indicates from where searching should continue.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |