Class: Google::Cloud::Gaming::V1::TargetState
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::TargetState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
Encapsulates the Target state.
Instance Attribute Summary collapse
-
#details ⇒ ::Array<::Google::Cloud::Gaming::V1::TargetDetails>
Details about Agones fleets.
Instance Attribute Details
#details ⇒ ::Array<::Google::Cloud::Gaming::V1::TargetDetails>
Returns Details about Agones fleets.
226 227 228 229 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 226 class TargetState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |