Class: Google::Cloud::Domains::V1beta1::SearchDomainsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::SearchDomainsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Response for the SearchDomains
method.
Instance Attribute Summary collapse
-
#register_parameters ⇒ ::Array<::Google::Cloud::Domains::V1beta1::RegisterParameters>
Results of the domain name search.
Instance Attribute Details
#register_parameters ⇒ ::Array<::Google::Cloud::Domains::V1beta1::RegisterParameters>
Returns Results of the domain name search.
451 452 453 454 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 451 class SearchDomainsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |