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.internalGetExprMatchFieldBuilder()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
Subclasses with type arguments of type CelExpression.Builder in com.github.xds.type.v3Modifier and TypeClassDescriptionstatic final classEither parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.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.BuilderCelExpression.newBuilder()static CelExpression.BuilderCelExpression.newBuilder(CelExpression prototype) CelExpression.newBuilderForType()protected CelExpression.BuilderCelExpression.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.internalGetExprExtractFieldBuilder()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.