Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class SearchOrganizationsResponse.
The response returned from the SearchOrganizations
method.
Generated from protobuf message google.cloud.resourcemanager.v3.SearchOrganizationsResponse
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ organizations |
array<Google\Cloud\ResourceManager\V3\Organization>
The list of Organizations that matched the search query, possibly paginated. |
↳ next_page_token |
string
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results. |
getOrganizations
The list of Organizations that matched the search query, possibly paginated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setOrganizations
The list of Organizations that matched the search query, possibly paginated.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ResourceManager\V3\Organization>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |