Uses of Class
com.google.api.expr.v1alpha1.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as SourceInfoModifier and TypeFieldDescriptionprivate static final 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 SourceInfoModifier and TypeFieldDescriptionprivate static final 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 SourceInfoModifier and TypeMethodDescriptionSourceInfo.Builder.build()
SourceInfo.Builder.buildPartial()
static SourceInfo
SourceInfo.getDefaultInstance()
SourceInfo.Builder.getDefaultInstanceForType()
SourceInfo.getDefaultInstanceForType()
CheckedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.CheckedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.CheckedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.ParsedExpr.Builder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.ParsedExpr.getSourceInfo()
The source info derived from input that generated the parsed `expr`.ParsedExprOrBuilder.getSourceInfo()
The source info derived from input that generated the parsed `expr`.static SourceInfo
SourceInfo.parseDelimitedFrom
(InputStream input) static SourceInfo
SourceInfo.parseDelimitedFrom
(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
(InputStream input) static SourceInfo
SourceInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SourceInfo
SourceInfo.parseFrom
(ByteBuffer data) static SourceInfo
SourceInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api.expr.v1alpha1 that return types with arguments of type SourceInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<SourceInfo> SourceInfo.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<SourceInfo, SourceInfo.Builder, SourceInfoOrBuilder> CheckedExpr.Builder.internalGetSourceInfoFieldBuilder()
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.internalGetSourceInfoFieldBuilder()
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 SourceInfoModifier and TypeMethodDescriptionprivate void
SourceInfo.Builder.buildPartial0
(SourceInfo result) SourceInfo.Builder.mergeFrom
(SourceInfo other) 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.mergeSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr`.static SourceInfo.Builder
SourceInfo.newBuilder
(SourceInfo prototype) 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.setSourceInfo
(SourceInfo value) The source info derived from input that generated the parsed `expr`.