Class: Google::Cloud::Gaming::V1::GameServerDeployment
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GameServerDeployment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_deployments.rb
Overview
A game server deployment resource.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Human readable description of the game server delpoyment.
-
#etag ⇒ ::String
ETag of the resource.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels associated with this game server deployment.
-
#name ⇒ ::String
The resource name of the game server deployment, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}
. -
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Human readable description of the game server delpoyment.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns ETag of the resource.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns The labels associated with this game server deployment. Each label is a key-value pair.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns The resource name of the game server deployment, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}
.
For example,
projects/my-project/locations/global/gameServerDeployments/my-deployment
.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last-modified time.
205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_deployments.rb', line 205 class GameServerDeployment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |