Class TextLocator.Position.Builder (3.84.0)

public static final class TextLocator.Position.Builder extends GeneratedMessage.Builder<TextLocator.Position.Builder> implements TextLocator.PositionOrBuilder

The position of a byte within the text.

Protobuf type google.monitoring.v3.TextLocator.Position

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public TextLocator.Position build()
Returns
Type Description
TextLocator.Position

buildPartial()

public TextLocator.Position buildPartial()
Returns
Type Description
TextLocator.Position

clear()

public TextLocator.Position.Builder clear()
Returns
Type Description
TextLocator.Position.Builder
Overrides

clearColumn()

public TextLocator.Position.Builder clearColumn()

The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.

int32 column = 2;

Returns
Type Description
TextLocator.Position.Builder

This builder for chaining.

clearLine()

public TextLocator.Position.Builder clearLine()

The line, starting with 1, where the byte is positioned.

int32 line = 1;

Returns
Type Description
TextLocator.Position.Builder

This builder for chaining.

getColumn()

public int getColumn()

The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.

int32 column = 2;

Returns
Type Description
int

The column.

getDefaultInstanceForType()

public TextLocator.Position getDefaultInstanceForType()
Returns
Type Description
TextLocator.Position

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLine()

public int getLine()

The line, starting with 1, where the byte is positioned.

int32 line = 1;

Returns
Type Description
int

The line.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TextLocator.Position other)

public TextLocator.Position.Builder mergeFrom(TextLocator.Position other)
Parameter
Name Description
other TextLocator.Position
Returns
Type Description
TextLocator.Position.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TextLocator.Position.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextLocator.Position.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TextLocator.Position.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TextLocator.Position.Builder
Overrides

setColumn(int value)

public TextLocator.Position.Builder setColumn(int value)

The column within the line, starting with 1, where the byte is positioned. This is a byte index even though the text is UTF-8.

int32 column = 2;

Parameter
Name Description
value int

The column to set.

Returns
Type Description
TextLocator.Position.Builder

This builder for chaining.

setLine(int value)

public TextLocator.Position.Builder setLine(int value)

The line, starting with 1, where the byte is positioned.

int32 line = 1;

Parameter
Name Description
value int

The line to set.

Returns
Type Description
TextLocator.Position.Builder

This builder for chaining.