Class ValueMatcher (2.8.2)

ValueMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
matches_pattern str
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 This field is a member of `oneof`_ ``match_variant``.

Inheritance

builtins.object > proto.message.Message > ValueMatcher