Class: Google::Cloud::Gaming::V1::SpecSource
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::SpecSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Encapsulates Agones fleet spec and Agones autoscaler spec sources.
Instance Attribute Summary collapse
-
#game_server_config_name ⇒ ::String
The game server config resource.
-
#name ⇒ ::String
The name of the Agones leet config or Agones scaling config used to derive the Agones fleet or Agones autoscaler spec.
Instance Attribute Details
#game_server_config_name ⇒ ::String
Returns The game server config resource. Uses the form:
projects/{project}/locations/{location}/gameServerDeployments/{deployment_id}/configs/{config_id}
.
162 163 164 165 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 162 class SpecSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the Agones leet config or Agones scaling config used to derive the Agones fleet or Agones autoscaler spec.
162 163 164 165 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 162 class SpecSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |