Uses of Class
com.google.api.expr.v1alpha1.SourceInfo
-
Packages that use SourceInfo Package Description com.google.api.expr.v1alpha1 -
-
Uses of SourceInfo in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as SourceInfo Modifier and Type Field Description private static SourceInfo
SourceInfo. DEFAULT_INSTANCE
private SourceInfo
CheckedExpr.Builder. sourceInfo_
private SourceInfo
CheckedExpr. sourceInfo_
private SourceInfo
ParsedExpr.Builder. sourceInfo_
private SourceInfo
ParsedExpr. sourceInfo_
Fields in com.google.api.expr.v1alpha1 with type parameters of type SourceInfo Modifier and Type Field Description private static com.google.protobuf.Parser<SourceInfo>
SourceInfo. PARSER
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 SourceInfo Modifier and Type Method Description SourceInfo
SourceInfo.Builder. build()
SourceInfo
SourceInfo.Builder. buildPartial()
static SourceInfo
SourceInfo. getDefaultInstance()
SourceInfo
SourceInfo.Builder. getDefaultInstanceForType()
SourceInfo
SourceInfo. getDefaultInstanceForType()
SourceInfo
CheckedExpr.Builder. getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfo
CheckedExpr. getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfo
CheckedExprOrBuilder. getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfo
ParsedExpr.Builder. getSourceInfo()
The source info derived from input that generated the parsed `expr`.SourceInfo
ParsedExpr. getSourceInfo()
The source info derived from input that generated the parsed `expr`.SourceInfo
ParsedExprOrBuilder. getSourceInfo()
The source info derived from input that generated the parsed `expr`.static SourceInfo
SourceInfo. parseDelimitedFrom(java.io.InputStream input)
static SourceInfo
SourceInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(byte[] data)
static SourceInfo
SourceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.ByteString data)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceInfo
SourceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(java.io.InputStream input)
static SourceInfo
SourceInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceInfo
SourceInfo. parseFrom(java.nio.ByteBuffer data)
static SourceInfo
SourceInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.expr.v1alpha1 that return types with arguments of type SourceInfo Modifier and Type Method Description com.google.protobuf.Parser<SourceInfo>
SourceInfo. getParserForType()
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`.static com.google.protobuf.Parser<SourceInfo>
SourceInfo. parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type SourceInfo Modifier and Type Method Description private void
SourceInfo.Builder. buildPartial0(SourceInfo result)
SourceInfo.Builder
SourceInfo.Builder. mergeFrom(SourceInfo other)
CheckedExpr.Builder
CheckedExpr.Builder. mergeSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder
ParsedExpr.Builder. mergeSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr`.static SourceInfo.Builder
SourceInfo. newBuilder(SourceInfo prototype)
CheckedExpr.Builder
CheckedExpr.Builder. setSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder
ParsedExpr.Builder. setSourceInfo(SourceInfo value)
The source info derived from input that generated the parsed `expr`.
-