Class: Google::Cloud::Domains::V1beta1::SearchDomainsRequest

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 SearchDomains method.

Instance Attribute Summary collapse

Instance Attribute Details

#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/*.



442
443
444
445
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 442

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

#query::String

Returns Required. String used to search for available domain names.

Returns:

  • (::String)

    Required. String used to search for available domain names.



442
443
444
445
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 442

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