Uses of Interface
com.google.api.expr.v1alpha1.SourceInfoOrBuilder
-
Packages that use SourceInfoOrBuilder Package Description com.google.api.expr.v1alpha1 -
-
Uses of SourceInfoOrBuilder in com.google.api.expr.v1alpha1
Classes in com.google.api.expr.v1alpha1 that implement SourceInfoOrBuilder Modifier and Type Class Description class
SourceInfo
Source information collected at parse time.static class
SourceInfo.Builder
Source information collected at parse time.Fields in com.google.api.expr.v1alpha1 with type parameters of type SourceInfoOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<SourceInfo,SourceInfo.Builder,SourceInfoOrBuilder>
CheckedExpr.Builder. sourceInfoBuilder_
private com.google.protobuf.SingleFieldBuilder<SourceInfo,SourceInfo.Builder,SourceInfoOrBuilder>
ParsedExpr.Builder. sourceInfoBuilder_
Methods in com.google.api.expr.v1alpha1 that return SourceInfoOrBuilder Modifier and Type Method Description SourceInfoOrBuilder
CheckedExpr.Builder. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilder
CheckedExpr. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilder
CheckedExprOrBuilder. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoOrBuilder
ParsedExpr.Builder. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr`.SourceInfoOrBuilder
ParsedExpr. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr`.SourceInfoOrBuilder
ParsedExprOrBuilder. getSourceInfoOrBuilder()
The source info derived from input that generated the parsed `expr`.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type SourceInfoOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<SourceInfo,SourceInfo.Builder,SourceInfoOrBuilder>
CheckedExpr.Builder. getSourceInfoFieldBuilder()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.private com.google.protobuf.SingleFieldBuilder<SourceInfo,SourceInfo.Builder,SourceInfoOrBuilder>
ParsedExpr.Builder. getSourceInfoFieldBuilder()
The source info derived from input that generated the parsed `expr`.
-