App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ListAuthorizedDomainsResponse (v0.6.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListAuthorizedDomainsResponse.

Response message for AuthorizedDomains.ListAuthorizedDomains.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domains

def domains() -> ::Array<::Google::Cloud::AppEngine::V1::AuthorizedDomain>
Returns

#domains=

def domains=(value) -> ::Array<::Google::Cloud::AppEngine::V1::AuthorizedDomain>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Continuation token for fetching the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Continuation token for fetching the next page of results.
Returns
  • (::String) — Continuation token for fetching the next page of results.