Class: Google::Cloud::Gaming::V1::GameServerDeploymentRollout
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GameServerDeploymentRollout
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#default_game_server_config ⇒ ::String
The default game server config is applied to all realms unless overridden in the rollout.
-
#etag ⇒ ::String
ETag of the resource.
-
#game_server_config_overrides ⇒ ::Array<::Google::Cloud::Gaming::V1::GameServerConfigOverride>
Contains the game server config rollout overrides.
-
#name ⇒ ::String
The resource name of the game server deployment rollout, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout
. -
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
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
.
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.
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.
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
.
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.
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 |