Class CompilationPosition.Builder (0.12.0)
0.33.0 (latest)
0.32.0
0.31.0
0.29.0
0.26.0
0.25.0
0.23.0
0.21.0
0.20.0
0.19.0
0.18.0
0.16.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.8.0
0.6.0
0.5.0
0.2.0
0.1.0
public static final class CompilationPosition . Builder extends GeneratedMessageV3 . Builder<CompilationPosition . Builder > implements CompilationPositionOrBuilder
CompilationPosition represents the location of a compilation diagnostic in
rule text.
Protobuf type google.cloud.chronicle.v1.CompilationPosition
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompilationPosition . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CompilationPosition build ()
buildPartial()
public CompilationPosition buildPartial ()
clear()
public CompilationPosition . Builder clear ()
Overrides
clearEndColumn()
public CompilationPosition . Builder clearEndColumn ()
Output only. End column number, beginning at 1.
int32 end_column = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearEndLine()
public CompilationPosition . Builder clearEndLine ()
Output only. End line number, beginning at 1.
int32 end_line = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public CompilationPosition . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CompilationPosition . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearStartColumn()
public CompilationPosition . Builder clearStartColumn ()
Output only. Start column number, beginning at 1.
int32 start_column = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearStartLine()
public CompilationPosition . Builder clearStartLine ()
Output only. Start line number, beginning at 1.
int32 start_line = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public CompilationPosition . Builder clone ()
Overrides
getDefaultInstanceForType()
public CompilationPosition getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEndColumn()
public int getEndColumn ()
Output only. End column number, beginning at 1.
int32 end_column = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The endColumn.
getEndLine()
Output only. End line number, beginning at 1.
int32 end_line = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The endLine.
getStartColumn()
public int getStartColumn ()
Output only. Start column number, beginning at 1.
int32 start_column = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The startColumn.
getStartLine()
public int getStartLine ()
Output only. Start line number, beginning at 1.
int32 start_line = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The startLine.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CompilationPosition other)
public CompilationPosition . Builder mergeFrom ( CompilationPosition other )
public CompilationPosition . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CompilationPosition . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompilationPosition . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setEndColumn(int value)
public CompilationPosition . Builder setEndColumn ( int value )
Output only. End column number, beginning at 1.
int32 end_column = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int The endColumn to set.
setEndLine(int value)
public CompilationPosition . Builder setEndLine ( int value )
Output only. End line number, beginning at 1.
int32 end_line = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int The endLine to set.
setField(Descriptors.FieldDescriptor field, Object value)
public CompilationPosition . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompilationPosition . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setStartColumn(int value)
public CompilationPosition . Builder setStartColumn ( int value )
Output only. Start column number, beginning at 1.
int32 start_column = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int The startColumn to set.
setStartLine(int value)
public CompilationPosition . Builder setStartLine ( int value )
Output only. Start line number, beginning at 1.
int32 start_line = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int The startLine to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final CompilationPosition . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-06 UTC."],[],[]]