Class: Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_deployments.rb
Overview
Request message for PreviewGameServerDeploymentRollout.
Instance Attribute Summary collapse
-
#preview_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#rollout ⇒ ::Google::Cloud::Gaming::V1::GameServerDeploymentRollout
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#preview_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The target timestamp to compute the preview. Defaults to the immediately after the proposed rollout completes.
278 279 280 281 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 278 class PreviewGameServerDeploymentRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::Google::Cloud::Gaming::V1::GameServerDeploymentRollout
Returns Required. The game server deployment rollout to be updated. Only fields specified in update_mask are updated.
278 279 280 281 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 278 class PreviewGameServerDeploymentRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Mask of fields to update. At least one path must be supplied in
this field. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
278 279 280 281 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 278 class PreviewGameServerDeploymentRolloutRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |