Uses of Interface
com.github.xds.type.v3.CelExtractStringOrBuilder
-
Packages that use CelExtractStringOrBuilder Package Description com.github.xds.type.v3 -
-
Uses of CelExtractStringOrBuilder in com.github.xds.type.v3
Classes in com.github.xds.type.v3 that implement CelExtractStringOrBuilder Modifier and Type Class Description class
CelExtractString
Extracts a string 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>`.static class
CelExtractString.Builder
Extracts a string 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>`.
-