Uses of Class
com.google.api.expr.v1alpha1.SourcePosition.Builder
Packages that use SourcePosition.Builder
-
Uses of SourcePosition.Builder in com.google.api.expr.v1alpha1
Subclasses with type arguments of type SourcePosition.Builder in com.google.api.expr.v1alpha1Modifier and TypeClassDescriptionstatic final classA specific position in source.Methods in com.google.api.expr.v1alpha1 that return SourcePosition.BuilderModifier and TypeMethodDescriptionSourcePosition.Builder.clear()SourcePosition.Builder.clearColumn()The 0-based index of the starting position within the line of source text where the issue occurs.SourcePosition.Builder.clearLine()The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.SourcePosition.Builder.clearLocation()The soucre location name (e.g.SourcePosition.Builder.clearOffset()The UTF-8 code unit offset.SourcePosition.Builder.mergeFrom(SourcePosition other) SourcePosition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SourcePosition.Builder.mergeFrom(com.google.protobuf.Message other) static SourcePosition.BuilderSourcePosition.newBuilder()static SourcePosition.BuilderSourcePosition.newBuilder(SourcePosition prototype) SourcePosition.newBuilderForType()protected SourcePosition.BuilderSourcePosition.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SourcePosition.Builder.setColumn(int value) The 0-based index of the starting position within the line of source text where the issue occurs.SourcePosition.Builder.setLine(int value) The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.SourcePosition.Builder.setLocation(String value) The soucre location name (e.g.SourcePosition.Builder.setLocationBytes(com.google.protobuf.ByteString value) The soucre location name (e.g.SourcePosition.Builder.setOffset(int value) The UTF-8 code unit offset.SourcePosition.toBuilder()