Class: Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleet
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::TargetDetails::TargetFleetDetails::TargetFleet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Target Agones fleet specification.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The name of the Agones fleet.
-
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
Encapsulates the source of the Agones fleet spec.
Instance Attribute Details
#name ⇒ ::String
Returns The name of the Agones fleet.
202 203 204 205 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 202 class TargetFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#spec_source ⇒ ::Google::Cloud::Gaming::V1::SpecSource
Returns Encapsulates the source of the Agones fleet spec. The Agones fleet spec source.
202 203 204 205 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 202 class TargetFleet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |