Class: Google::Cloud::Recommender::V1::ValueMatcher

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#matches_pattern::String

Returns To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch.

Returns:



250
251
252
253
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 250

class ValueMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end