Class: Google::Cloud::AppEngine::V1::UpdateDomainMappingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateDomainMappingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for DomainMappings.UpdateDomainMapping
.
Instance Attribute Summary collapse
-
#domain_mapping ⇒ ::Google::Cloud::AppEngine::V1::DomainMapping
A domain mapping containing the updated resource.
-
#name ⇒ ::String
Name of the resource to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#domain_mapping ⇒ ::Google::Cloud::AppEngine::V1::DomainMapping
Returns A domain mapping containing the updated resource. Only fields set in the field mask will be updated.
580 581 582 583 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 580 class UpdateDomainMappingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name of the resource to update. Example:
apps/myapp/domainMappings/example.com
.
580 581 582 583 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 580 class UpdateDomainMappingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Standard field mask for the set of fields to be updated.
580 581 582 583 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 580 class UpdateDomainMappingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |