Send feedback
Class CompilationPosition.Builder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.1.0keyboard_arrow_down
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
Send feedback
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 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]