Reference documentation and code samples for the Cloud Gaming V1 API class Google::Cloud::Gaming::V1::ListRealmsResponse.
Response message for RealmsService.ListRealms.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
 
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
 
    Returns
    
  - (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
 
#realms
def realms() -> ::Array<::Google::Cloud::Gaming::V1::Realm>
    Returns
    
  - (::Array<::Google::Cloud::Gaming::V1::Realm>) — The list of realms.
 
#realms=
def realms=(value) -> ::Array<::Google::Cloud::Gaming::V1::Realm>
    Parameter
    
  - value (::Array<::Google::Cloud::Gaming::V1::Realm>) — The list of realms.
 
    Returns
    
  - (::Array<::Google::Cloud::Gaming::V1::Realm>) — The list of realms.
 
#unreachable
def unreachable() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — List of locations that could not be reached.
 
#unreachable=
def unreachable=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — List of locations that could not be reached.
 
    Returns
    
- (::Array<::String>) — List of locations that could not be reached.