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

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

setDomainMappings

The domain mappings for the application.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\DomainMapping>
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