Class: Google::Cloud::NetworkServices::V1::EndpointMatcher::MetadataLabelMatcher::MetadataLabels
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::EndpointMatcher::MetadataLabelMatcher::MetadataLabels
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/common.rb
Overview
Defines a name-pair value for a single label.
Instance Attribute Summary collapse
-
#label_name ⇒ ::String
Required.
-
#label_value ⇒ ::String
Required.
Instance Attribute Details
#label_name ⇒ ::String
Returns Required. Label name presented as key in xDS Node Metadata.
124 125 126 127 |
# File 'proto_docs/google/cloud/networkservices/v1/common.rb', line 124 class MetadataLabels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_value ⇒ ::String
Returns Required. Label value presented as value corresponding to the above key, in xDS Node Metadata.
124 125 126 127 |
# File 'proto_docs/google/cloud/networkservices/v1/common.rb', line 124 class MetadataLabels include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |