class Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ValueMatcher

Contains various matching options for values for a GCP resource field.

Attributes

matches_pattern[RW]

To be used for full regex matching. The regular expression is using the Google RE2 syntax (github.com/google/re2/wiki/Syntax), so to be used with RE2: :FullMatch Corresponds to the JSON property `matchesPattern` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommender_v1beta1/classes.rb, line 689
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommender_v1beta1/classes.rb, line 694
def update!(**args)
  @matches_pattern = args[:matches_pattern] if args.key?(:matches_pattern)
end