Interface Chunk.PageSpanOrBuilder (0.49.0)

See more code actions.
public static interface Chunk.PageSpanOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract int getPageEnd()

The end page of the chunk.

int32 page_end = 2;

Returns
Type Description
int

The pageEnd.

getPageStart()

public abstract int getPageStart()

The start page of the chunk.

int32 page_start = 1;

Returns
Type Description
int

The pageStart.