Google Cloud Appengine Admin V1 Client - Class DomainMapping (2.0.4)

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

A ___domain serving an App Engine application.

Generated from protobuf message google.appengine.v1.DomainMapping

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com. @OutputOnly

↳ id string

Relative name of the ___domain serving the application. Example: example.com.

↳ ssl_settings SslSettings

SSL configuration for this ___domain. If unconfigured, this ___domain will not serve with SSL.

↳ resource_records array<ResourceRecord>

The resource records required to configure this ___domain mapping. These records must be added to the ___domain's DNS configuration in order to serve the application via this ___domain mapping. @OutputOnly

getName

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

@OutputOnly

Returns
Type Description
string

setName

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

@OutputOnly

Parameter
Name Description
var string
Returns
Type Description
$this

getId

Relative name of the ___domain serving the application. Example: example.com.

Returns
Type Description
string

setId

Relative name of the ___domain serving the application. Example: example.com.

Parameter
Name Description
var string
Returns
Type Description
$this

getSslSettings

SSL configuration for this ___domain. If unconfigured, this ___domain will not serve with SSL.

Returns
Type Description
SslSettings|null

hasSslSettings

clearSslSettings

setSslSettings

SSL configuration for this ___domain. If unconfigured, this ___domain will not serve with SSL.

Parameter
Name Description
var SslSettings
Returns
Type Description
$this

getResourceRecords

The resource records required to configure this ___domain mapping. These records must be added to the ___domain's DNS configuration in order to serve the application via this ___domain mapping.

@OutputOnly

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResourceRecords

The resource records required to configure this ___domain mapping. These records must be added to the ___domain's DNS configuration in order to serve the application via this ___domain mapping.

@OutputOnly

Parameter
Name Description
var array<ResourceRecord>
Returns
Type Description
$this