Google Cloud Managed Identities V1 Client - Class ListDomainsResponse (1.0.5)

Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class ListDomainsResponse.

Response message for ListDomains

Generated from protobuf message google.cloud.managedidentities.v1.ListDomainsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ domains array<Google\Cloud\ManagedIdentities\V1\Domain>

A list of Managed Identities Service domains in the project.

↳ next_page_token string

A token to retrieve the next page of results, or empty if there are no more results in the list.

↳ unreachable array

A list of locations that could not be reached.

getDomains

A list of Managed Identities Service domains in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDomains

A list of Managed Identities Service domains in the project.

Parameter
NameDescription
var array<Google\Cloud\ManagedIdentities\V1\Domain>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

A list of locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

A list of locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this