Google Cloud Appengine Admin V1 Client - Class CreateDomainMappingRequest (1.1.1)

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

Request message for DomainMappings.CreateDomainMapping.

Generated from protobuf message google.appengine.v1.CreateDomainMappingRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Name of the parent Application resource. Example: apps/myapp.

↳ domain_mapping Google\Cloud\AppEngine\V1\DomainMapping

Domain mapping configuration.

↳ override_strategy int

Whether the ___domain creation should override any existing mappings for this ___domain. By default, overrides are rejected.

getParent

Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
string

setParent

Name of the parent Application resource. Example: apps/myapp.

Parameter
Name Description
var string
Returns
Type Description
$this

getDomainMapping

Domain mapping configuration.

Returns
Type Description
Google\Cloud\AppEngine\V1\DomainMapping|null

hasDomainMapping

clearDomainMapping

setDomainMapping

Domain mapping configuration.

Parameter
Name Description
var Google\Cloud\AppEngine\V1\DomainMapping
Returns
Type Description
$this

getOverrideStrategy

Whether the ___domain creation should override any existing mappings for this ___domain. By default, overrides are rejected.

Returns
Type Description
int

setOverrideStrategy

Whether the ___domain creation should override any existing mappings for this ___domain. By default, overrides are rejected.

Parameter
Name Description
var int
Returns
Type Description
$this