Interface DocumentLocationOrBuilder (3.4.0)

public interface DocumentLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileOffset()

public abstract long getFileOffset()

Offset of the line, from the beginning of the file, where the finding is located.

int64 file_offset = 1;

Returns
TypeDescription
long

The fileOffset.