Google Cloud Appengine Admin V1 Client - Class ListAuthorizedDomainsResponse (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListAuthorizedDomainsResponse.

Response message for AuthorizedDomains.ListAuthorizedDomains.

Generated from protobuf message google.appengine.v1.ListAuthorizedDomainsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ domains array<Google\Cloud\AppEngine\V1\AuthorizedDomain>

The authorized domains belonging to the user.

↳ next_page_token string

Continuation token for fetching the next page of results.

getDomains

The authorized domains belonging to the user.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDomains

The authorized domains belonging to the user.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\AuthorizedDomain>
Returns
TypeDescription
$this

getNextPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this