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
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

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
Design a Mobile Site
View Site in Mobile | Classic
Share by: