Class: Google::Cloud::Gaming::V1::ListRealmsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::ListRealmsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/realms.rb
Overview
Response message for RealmsService.ListRealms.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#realms ⇒ ::Array<::Google::Cloud::Gaming::V1::Realm>
The list of realms.
-
#unreachable ⇒ ::Array<::String>
List of locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
63 64 65 66 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 63 class ListRealmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#realms ⇒ ::Array<::Google::Cloud::Gaming::V1::Realm>
Returns The list of realms.
63 64 65 66 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 63 class ListRealmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns List of locations that could not be reached.
63 64 65 66 |
# File 'proto_docs/google/cloud/gaming/v1/realms.rb', line 63 class ListRealmsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |