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
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.Builder
CelExtractString.newBuilder()
static CelExtractString.Builder
CelExtractString.newBuilder
(CelExtractString prototype) CelExtractString.newBuilderForType()
protected CelExtractString.Builder
CelExtractString.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()