Class: Google::Cloud::Gaming::V1::GameServerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::GameServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_configs.rb
Overview
A game server config resource.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
The description of the game server config.
-
#fleet_configs ⇒ ::Array<::Google::Cloud::Gaming::V1::FleetConfig>
FleetConfig contains a list of Agones fleet specs.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels associated with this game server config.
-
#name ⇒ ::String
The resource name of the game server config, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
. -
#scaling_configs ⇒ ::Array<::Google::Cloud::Gaming::V1::ScalingConfig>
The autoscaling settings.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The creation time.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 The description of the game server config.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 |
#fleet_configs ⇒ ::Array<::Google::Cloud::Gaming::V1::FleetConfig>
Returns FleetConfig contains a list of Agones fleet specs. Only one FleetConfig is allowed.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 config. Each label is a key-value pair.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 config, in the following form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}
.
For example,
projects/my-project/locations/global/gameServerDeployments/my-game/configs/my-config
.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 |
#scaling_configs ⇒ ::Array<::Google::Cloud::Gaming::V1::ScalingConfig>
Returns The autoscaling settings.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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.
164 165 166 167 168 169 170 171 172 173 174 175 176 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 164 class GameServerConfig 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 |