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
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ domains |
array<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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDomains
The authorized domains belonging to the user.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AuthorizedDomain>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Continuation token for fetching the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Continuation token for fetching the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|