Class: Google::Cloud::Gaming::V1::GameServerDeploymentRollout

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

The game server deployment rollout which represents the desired rollout state.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The creation time.

Returns:



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#default_game_server_config::String

Returns The default game server config is applied to all realms unless overridden in the rollout. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.

Returns:

  • (::String)

    The default game server config is applied to all realms unless overridden in the rollout. For example, projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config.



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#etag::String

Returns ETag of the resource.

Returns:

  • (::String)

    ETag of the resource.



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#game_server_config_overrides::Array<::Google::Cloud::Gaming::V1::GameServerConfigOverride>

Returns Contains the game server config rollout overrides. Overrides are processed in the order they are listed. Once a match is found for a realm, the rest of the list is not processed.

Returns:



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The resource name of the game server deployment rollout, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout. For example, projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout.

Returns:

  • (::String)

    The resource name of the game server deployment rollout, in the following form: projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout. For example, projects/my-project/locations/global/gameServerDeployments/my-deployment/rollout.



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last-modified time.

Returns:



259
260
261
262
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 259

class GameServerDeploymentRollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end