Uses of Interface
com.github.xds.type.v3.CelExtractStringOrBuilder

Packages that use CelExtractStringOrBuilder
Package
Description
 
  • Uses of CelExtractStringOrBuilder in com.github.xds.type.v3

    Modifier and Type
    Class
    Description
    final class 
    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>`. .. attention:: Besides CEL evaluation raising an error explicitly, CEL program returning a type other than the ``string``, or not returning anything, are considered an error as well.
    static final class 
    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>`. .. attention:: Besides CEL evaluation raising an error explicitly, CEL program returning a type other than the ``string``, or not returning anything, are considered an error as well.