Uses of Class
com.github.xds.type.v3.CelExpression.Builder
Packages that use CelExpression.Builder
-
Uses of CelExpression.Builder in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 with type parameters of type CelExpression.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelMatcher.Builder.exprMatchBuilder_
Methods in com.github.xds.type.matcher.v3 that return CelExpression.BuilderModifier and TypeMethodDescriptionCelMatcher.Builder.getExprMatchBuilder()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CelExpression.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelMatcher.Builder.getExprMatchFieldBuilder()
Either parsed or checked representation of the CEL program.Methods in com.github.xds.type.matcher.v3 with parameters of type CelExpression.BuilderModifier and TypeMethodDescriptionCelMatcher.Builder.setExprMatch
(CelExpression.Builder builderForValue) Either parsed or checked representation of the CEL program. -
Uses of CelExpression.Builder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type CelExpression.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelExtractString.Builder.exprExtractBuilder_
Methods in com.github.xds.type.v3 that return CelExpression.BuilderModifier and TypeMethodDescriptionCelExpression.Builder.clear()
CelExpression.Builder.clearCelExprChecked()
Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpression.Builder.clearCelExprParsed()
Parsed expression in abstract syntax tree (AST) form.CelExpression.Builder.clearCheckedExpr()
Deprecated.CelExpression.Builder.clearExprSpecifier()
CelExpression.Builder.clearParsedExpr()
Deprecated.CelExtractString.Builder.getExprExtractBuilder()
The CEL expression used to extract a string from the CEL environment.CelExpression.Builder.mergeCelExprChecked
(CheckedExpr value) Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpression.Builder.mergeCelExprParsed
(ParsedExpr value) Parsed expression in abstract syntax tree (AST) form.CelExpression.Builder.mergeCheckedExpr
(CheckedExpr value) Deprecated.CelExpression.Builder.mergeFrom
(CelExpression other) CelExpression.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CelExpression.Builder.mergeFrom
(com.google.protobuf.Message other) CelExpression.Builder.mergeParsedExpr
(ParsedExpr value) Deprecated.static CelExpression.Builder
CelExpression.newBuilder()
static CelExpression.Builder
CelExpression.newBuilder
(CelExpression prototype) CelExpression.newBuilderForType()
protected CelExpression.Builder
CelExpression.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CelExpression.Builder.setCelExprChecked
(CheckedExpr value) Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpression.Builder.setCelExprChecked
(CheckedExpr.Builder builderForValue) Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.CelExpression.Builder.setCelExprParsed
(ParsedExpr value) Parsed expression in abstract syntax tree (AST) form.CelExpression.Builder.setCelExprParsed
(ParsedExpr.Builder builderForValue) Parsed expression in abstract syntax tree (AST) form.CelExpression.Builder.setCheckedExpr
(CheckedExpr value) Deprecated.CelExpression.Builder.setCheckedExpr
(CheckedExpr.Builder builderForValue) Deprecated.CelExpression.Builder.setParsedExpr
(ParsedExpr value) Deprecated.CelExpression.Builder.setParsedExpr
(ParsedExpr.Builder builderForValue) Deprecated.CelExpression.toBuilder()
Methods in com.github.xds.type.v3 that return types with arguments of type CelExpression.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CelExpression, CelExpression.Builder, CelExpressionOrBuilder> CelExtractString.Builder.getExprExtractFieldBuilder()
The CEL expression used to extract a string from the CEL environment.Methods in com.github.xds.type.v3 with parameters of type CelExpression.BuilderModifier and TypeMethodDescriptionCelExtractString.Builder.setExprExtract
(CelExpression.Builder builderForValue) The CEL expression used to extract a string from the CEL environment.