Reference documentation and code samples for the Cloud Domains V1beta1 API class Google::Cloud::Domains::V1beta1::ListRegistrationsResponse.
Response for the ListRegistrations
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — When present, there are more results to retrieve. Set
page_token
to this value on a subsequent call to get the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — When present, there are more results to retrieve. Set
page_token
to this value on a subsequent call to get the next page of results.
Returns
-
(::String) — When present, there are more results to retrieve. Set
page_token
to this value on a subsequent call to get the next page of results.
#registrations
def registrations() -> ::Array<::Google::Cloud::Domains::V1beta1::Registration>
Returns
-
(::Array<::Google::Cloud::Domains::V1beta1::Registration>) — A list of
Registration
s.
#registrations=
def registrations=(value) -> ::Array<::Google::Cloud::Domains::V1beta1::Registration>
Parameter
-
value (::Array<::Google::Cloud::Domains::V1beta1::Registration>) — A list of
Registration
s.
Returns
-
(::Array<::Google::Cloud::Domains::V1beta1::Registration>) — A list of
Registration
s.