Class: Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_deployments.rb
Overview
Response message for PreviewGameServerDeploymentRollout. This has details about the Agones fleet and autoscaler to be actuated.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
ETag of the game server deployment.
-
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
The target state.
-
#unavailable ⇒ ::Array<::String>
Locations that could not be reached on this request.
Instance Attribute Details
#etag ⇒ ::String
Returns ETag of the game server deployment.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 294 class PreviewGameServerDeploymentRolloutResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_state ⇒ ::Google::Cloud::Gaming::V1::TargetState
Returns The target state.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 294 class PreviewGameServerDeploymentRolloutResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unavailable ⇒ ::Array<::String>
Returns Locations that could not be reached on this request.
294 295 296 297 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 294 class PreviewGameServerDeploymentRolloutResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |