Uses of Interface
com.github.xds.type.matcher.v3.CelMatcherOrBuilder
-
Packages that use CelMatcherOrBuilder Package Description com.github.xds.type.matcher.v3 -
-
Uses of CelMatcherOrBuilder in com.github.xds.type.matcher.v3
Classes in com.github.xds.type.matcher.v3 that implement CelMatcherOrBuilder Modifier and Type Class Description classCelMatcherPerforms a match by evaluating a `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) expression against the standardized set of :ref:`HTTP attributes <arch_overview_attributes>` specified via ``HttpAttributesCelMatchInput``. .. attention:: The match is ``true``, iff the result of the evaluation is a bool AND true.static classCelMatcher.BuilderPerforms a match by evaluating a `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) expression against the standardized set of :ref:`HTTP attributes <arch_overview_attributes>` specified via ``HttpAttributesCelMatchInput``. .. attention:: The match is ``true``, iff the result of the evaluation is a bool AND true.
-