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 SourceInfoSourceInfo. DEFAULT_INSTANCEprivate SourceInfoCheckedExpr.Builder. sourceInfo_private SourceInfoCheckedExpr. sourceInfo_private SourceInfoParsedExpr.Builder. sourceInfo_private SourceInfoParsedExpr. 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. PARSERprivate 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 SourceInfoSourceInfo.Builder. build()SourceInfoSourceInfo.Builder. buildPartial()static SourceInfoSourceInfo. getDefaultInstance()SourceInfoSourceInfo.Builder. getDefaultInstanceForType()SourceInfoSourceInfo. getDefaultInstanceForType()SourceInfoCheckedExpr.Builder. getSourceInfo()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoCheckedExpr. getSourceInfo()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoCheckedExprOrBuilder. getSourceInfo()The source info derived from input that generated the parsed `expr` and any optimizations made during the type-checking pass.SourceInfoParsedExpr.Builder. getSourceInfo()The source info derived from input that generated the parsed `expr`.SourceInfoParsedExpr. getSourceInfo()The source info derived from input that generated the parsed `expr`.SourceInfoParsedExprOrBuilder. getSourceInfo()The source info derived from input that generated the parsed `expr`.static SourceInfoSourceInfo. parseDelimitedFrom(java.io.InputStream input)static SourceInfoSourceInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceInfoSourceInfo. parseFrom(byte[] data)static SourceInfoSourceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceInfoSourceInfo. parseFrom(com.google.protobuf.ByteString data)static SourceInfoSourceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceInfoSourceInfo. parseFrom(com.google.protobuf.CodedInputStream input)static SourceInfoSourceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceInfoSourceInfo. parseFrom(java.io.InputStream input)static SourceInfoSourceInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceInfoSourceInfo. parseFrom(java.nio.ByteBuffer data)static SourceInfoSourceInfo. 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 voidSourceInfo.Builder. buildPartial0(SourceInfo result)SourceInfo.BuilderSourceInfo.Builder. mergeFrom(SourceInfo other)CheckedExpr.BuilderCheckedExpr.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.BuilderParsedExpr.Builder. mergeSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.static SourceInfo.BuilderSourceInfo. newBuilder(SourceInfo prototype)CheckedExpr.BuilderCheckedExpr.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.BuilderParsedExpr.Builder. setSourceInfo(SourceInfo value)The source info derived from input that generated the parsed `expr`.
-