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

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

Namespace

Google \ Cloud \ AppEngine \ V1

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