Class: Google::Cloud::Gaming::V1::PreviewGameServerDeploymentRolloutRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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.

Returns:



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.

Returns:



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