Class: Google::Cloud::Gaming::V1::FleetConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::FleetConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/game_server_configs.rb
Overview
Fleet configs for Agones.
Instance Attribute Summary collapse
-
#fleet_spec ⇒ ::String
Agones fleet spec.
-
#name ⇒ ::String
The name of the FleetConfig.
Instance Attribute Details
#fleet_spec ⇒ ::String
Returns Agones fleet spec. Example spec:
https://agones.dev/site/docs/reference/fleet/
.
132 133 134 135 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 132 class FleetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The name of the FleetConfig.
132 133 134 135 |
# File 'proto_docs/google/cloud/gaming/v1/game_server_configs.rb', line 132 class FleetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |