Class: Google::Cloud::Domains::V1beta1::RetrieveRegisterParametersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/domains/v1beta1/domains.rb

Overview

Request for the RetrieveRegisterParameters method.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns Required. The domain name. Unicode domain names must be expressed in Punycode format.

Returns:

  • (::String)

    Required. The domain name. Unicode domain names must be expressed in Punycode format.



463
464
465
466
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 463

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

#location::String

Returns Required. The location. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The location. Must be in the format projects/*/locations/*.



463
464
465
466
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 463

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