Uses of Class
com.github.xds.type.v3.CelExtractString.Builder
Packages that use CelExtractString.Builder
-
Uses of CelExtractString.Builder in com.github.xds.type.v3
Subclasses with type arguments of type CelExtractString.Builder in com.github.xds.type.v3Modifier and TypeClassDescriptionstatic final classExtracts 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>`.Methods in com.github.xds.type.v3 that return CelExtractString.BuilderModifier and TypeMethodDescriptionCelExtractString.Builder.clear()CelExtractString.Builder.clearDefaultValue()If CEL expression evaluates to an error, this value is be returned to the caller.CelExtractString.Builder.clearExprExtract()The CEL expression used to extract a string from the CEL environment.CelExtractString.Builder.mergeDefaultValue(com.google.protobuf.StringValue value) If CEL expression evaluates to an error, this value is be returned to the caller.CelExtractString.Builder.mergeExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment.CelExtractString.Builder.mergeFrom(CelExtractString other) CelExtractString.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CelExtractString.Builder.mergeFrom(com.google.protobuf.Message other) static CelExtractString.BuilderCelExtractString.newBuilder()static CelExtractString.BuilderCelExtractString.newBuilder(CelExtractString prototype) CelExtractString.newBuilderForType()protected CelExtractString.BuilderCelExtractString.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CelExtractString.Builder.setDefaultValue(com.google.protobuf.StringValue value) If CEL expression evaluates to an error, this value is be returned to the caller.CelExtractString.Builder.setDefaultValue(com.google.protobuf.StringValue.Builder builderForValue) If CEL expression evaluates to an error, this value is be returned to the caller.CelExtractString.Builder.setExprExtract(CelExpression value) The CEL expression used to extract a string from the CEL environment.CelExtractString.Builder.setExprExtract(CelExpression.Builder builderForValue) The CEL expression used to extract a string from the CEL environment.CelExtractString.toBuilder()