Class: Google::Cloud::Recommender::V1::ValueMatcher
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::ValueMatcher
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Contains various matching options for values for a GCP resource field.
Instance Attribute Summary collapse
-
#matches_pattern ⇒ ::String
To be used for full regex matching.
Instance Attribute Details
#matches_pattern ⇒ ::String
254 255 256 257 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 254 class ValueMatcher include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |