App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::UpdateDomainMappingRequest (v0.4.0)

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

Request message for DomainMappings.UpdateDomainMapping.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domain_mapping

def domain_mapping() -> ::Google::Cloud::AppEngine::V1::DomainMapping
Returns

#domain_mapping=

def domain_mapping=(value) -> ::Google::Cloud::AppEngine::V1::DomainMapping
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Name of the resource to update. Example: apps/myapp/domainMappings/example.com.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the resource to update. Example: apps/myapp/domainMappings/example.com.
Returns
  • (::String) — Name of the resource to update. Example: apps/myapp/domainMappings/example.com.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns