public static final class EmbeddedSass.SourceSpan.SourceLocation.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder> implements EmbeddedSass.SourceSpan.SourceLocationOrBuilder
A single point in a source file.Protobuf type
sass.embedded_protocol.SourceSpan.SourceLocation
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.SourceSpan.SourceLocation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.SourceSpan.SourceLocation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.SourceSpan.SourceLocation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder mergeFrom(EmbeddedSass.SourceSpan.SourceLocation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public EmbeddedSass.SourceSpan.SourceLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
IOException
public int getOffset()
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;
getOffset
in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder
public EmbeddedSass.SourceSpan.SourceLocation.Builder setOffset(int value)
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;
value
- The offset to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearOffset()
The 0-based offset of this location within the source file. Mandatory.
uint32 offset = 1;
public int getLine()
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;
getLine
in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder
public EmbeddedSass.SourceSpan.SourceLocation.Builder setLine(int value)
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;
value
- The line to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearLine()
The 0-based line number of this location within the source file. Mandatory.
uint32 line = 2;
public int getColumn()
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;
getColumn
in interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder
public EmbeddedSass.SourceSpan.SourceLocation.Builder setColumn(int value)
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;
value
- The column to set.public EmbeddedSass.SourceSpan.SourceLocation.Builder clearColumn()
The 0-based column number of this location within its line. Mandatory.
uint32 column = 3;
public final EmbeddedSass.SourceSpan.SourceLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>
public final EmbeddedSass.SourceSpan.SourceLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.SourceSpan.SourceLocation.Builder>