Interface PullRequestComment.PositionOrBuilder (0.40.0)

public static interface PullRequestComment.PositionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLine()

public abstract long getLine()

Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.

int64 line = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The line.

getPath()

public abstract String getPath()

Required. The path of the file.

string path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Required. The path of the file.

string path = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for path.