Class: Google::Cloud::Gaming::V1::LabelSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Gaming::V1::LabelSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gaming/v1/common.rb
Overview
The label selector, used to group labels on the resources.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Resource labels for this selector.
Instance Attribute Details
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Resource labels for this selector.
100 101 102 103 104 105 106 107 108 109 110 111 112 |
# File 'proto_docs/google/cloud/gaming/v1/common.rb', line 100 class LabelSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |