Class: Google::Cloud::Gaming::V1::RealmSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::RealmSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
The realm selector, used to match realm resources.
Instance Attribute Summary collapse
-
#realms ⇒ ::Array<::String>
List of realms to match.
Instance Attribute Details
#realms ⇒ ::Array<::String>
Returns List of realms to match.
118 119 120 121 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 118 class RealmSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |