Class Point.Builder (0.36.0)

public static final class Point.Builder extends GeneratedMessage.Builder<Point.Builder> implements PointOrBuilder

Point within the file (line and character).

Protobuf type google.cloud.apihub.v1.Point

Implements

PointOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public Point build()
Returns
Type Description
Point

buildPartial()

public Point buildPartial()
Returns
Type Description
Point

clear()

public Point.Builder clear()
Returns
Type Description
Point.Builder
Overrides

clearCharacter()

public Point.Builder clearCharacter()

Required. Character position within the line (zero-indexed).

int32 character = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Point.Builder

This builder for chaining.

clearLine()

public Point.Builder clearLine()

Required. Line number (zero-indexed).

int32 line = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Point.Builder

This builder for chaining.

getCharacter()

public int getCharacter()

Required. Character position within the line (zero-indexed).

int32 character = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The character.

getDefaultInstanceForType()

public Point getDefaultInstanceForType()
Returns
Type Description
Point

getDescriptorForType()

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

getLine()

public int getLine()

Required. Line number (zero-indexed).

int32 line = 1 [(.google.api.field_behavior) = REQUIRED];

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(Point other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCharacter(int value)

public Point.Builder setCharacter(int value)

Required. Character position within the line (zero-indexed).

int32 character = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The character to set.

Returns
Type Description
Point.Builder

This builder for chaining.

setLine(int value)

public Point.Builder setLine(int value)

Required. Line number (zero-indexed).

int32 line = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The line to set.

Returns
Type Description
Point.Builder

This builder for chaining.