App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::DomainMapping (v0.6.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::DomainMapping.

A domain serving an App Engine application.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Relative name of the domain serving the application. Example: example.com.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Relative name of the domain serving the application. Example: example.com.
Returns
  • (::String) — Relative name of the domain serving the application. Example: example.com.

#name

def name() -> ::String
Returns
  • (::String) — Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.
Returns
  • (::String) — Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

#resource_records

def resource_records() -> ::Array<::Google::Cloud::AppEngine::V1::ResourceRecord>
Returns
  • (::Array<::Google::Cloud::AppEngine::V1::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.

#resource_records=

def resource_records=(value) -> ::Array<::Google::Cloud::AppEngine::V1::ResourceRecord>
Parameter
  • value (::Array<::Google::Cloud::AppEngine::V1::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.
Returns
  • (::Array<::Google::Cloud::AppEngine::V1::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.

#ssl_settings

def ssl_settings() -> ::Google::Cloud::AppEngine::V1::SslSettings
Returns

#ssl_settings=

def ssl_settings=(value) -> ::Google::Cloud::AppEngine::V1::SslSettings
Parameter
Returns