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 class
CelMatcher
Performs 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``.static class
CelMatcher.Builder
Performs 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``.
-