Uses of Class
com.google.api.expr.v1alpha1.ParsedExpr.Builder
-
Packages that use ParsedExpr.Builder Package Description com.github.xds.type.v3 com.google.api.expr.v1alpha1 -
-
Uses of ParsedExpr.Builder in com.github.xds.type.v3
Fields in com.github.xds.type.v3 with type parameters of type ParsedExpr.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>CelExpression.Builder. parsedExprBuilder_Methods in com.github.xds.type.v3 that return ParsedExpr.Builder Modifier and Type Method Description ParsedExpr.BuilderCelExpression.Builder. getParsedExprBuilder()Deprecated.Methods in com.github.xds.type.v3 that return types with arguments of type ParsedExpr.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ParsedExpr,ParsedExpr.Builder,ParsedExprOrBuilder>CelExpression.Builder. getParsedExprFieldBuilder()Parsed expression in abstract syntax tree (AST) form.Methods in com.github.xds.type.v3 with parameters of type ParsedExpr.Builder Modifier and Type Method Description CelExpression.BuilderCelExpression.Builder. setParsedExpr(ParsedExpr.Builder builderForValue)Deprecated. -
Uses of ParsedExpr.Builder in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return ParsedExpr.Builder Modifier and Type Method Description ParsedExpr.BuilderParsedExpr.Builder. clear()ParsedExpr.BuilderParsedExpr.Builder. clearExpr()The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. clearSourceInfo()The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr.Builder. mergeExpr(Expr value)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(ParsedExpr other)ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ParsedExpr.BuilderParsedExpr.Builder. mergeFrom(com.google.protobuf.Message other)ParsedExpr.BuilderParsedExpr.Builder. mergeSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.static ParsedExpr.BuilderParsedExpr. newBuilder()static ParsedExpr.BuilderParsedExpr. newBuilder(ParsedExpr prototype)ParsedExpr.BuilderParsedExpr. newBuilderForType()protected ParsedExpr.BuilderParsedExpr. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)ParsedExpr.BuilderParsedExpr.Builder. setExpr(Expr value)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. setExpr(Expr.Builder builderForValue)The parsed expression.ParsedExpr.BuilderParsedExpr.Builder. setSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr.Builder. setSourceInfo(SourceInfo.Builder builderForValue)The source info derived from input that generated the parsed `expr`.ParsedExpr.BuilderParsedExpr. toBuilder()
-