Cloud Domains V1 API - Class Google::Cloud::Domains::V1::ListRegistrationsResponse (v0.1.0)

Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::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::V1::Registration>
Returns

#registrations=

def registrations=(value) -> ::Array<::Google::Cloud::Domains::V1::Registration>
Parameter
Returns