Google Cloud Resource Manager V3 Client - Class SearchOrganizationsResponse (0.7.2)

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

Methods

__construct

Constructor.

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

setOrganizations

The list of Organizations that matched the search query, possibly paginated.

Parameter
NameDescription
var array<Google\Cloud\ResourceManager\V3\Organization>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this