Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListDomainMappingsResponse.
Response message for DomainMappings.ListDomainMappings
.
Generated from protobuf message google.appengine.v1.ListDomainMappingsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ domain_mappings |
array<Google\Cloud\AppEngine\V1\DomainMapping>
The domain mappings for the application. |
↳ next_page_token |
string
Continuation token for fetching the next page of results. |
getDomainMappings
The domain mappings for the application.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDomainMappings
The domain mappings for the application.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AppEngine\V1\DomainMapping>
|
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 |