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