Class: Google::Cloud::AppEngine::V1::GetDomainMappingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/appengine.rb

Overview

Request message for DomainMappings.GetDomainMapping.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the resource requested. Example: apps/myapp/domainMappings/example.com.

Returns:

  • (::String)

    Name of the resource requested. Example: apps/myapp/domainMappings/example.com.



547
548
549
550
# File 'proto_docs/google/appengine/v1/appengine.rb', line 547

class GetDomainMappingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end