Interface ContentRangeOrBuilder (2.22.2)

public interface ContentRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompleteLength()

public abstract long getCompleteLength()

The complete length of the object data.

int64 complete_length = 3;

Returns
TypeDescription
long

The completeLength.

getEnd()

public abstract long getEnd()

The ending offset of the object data.

int64 end = 2;

Returns
TypeDescription
long

The end.

getStart()

public abstract long getStart()

The starting offset of the object data.

int64 start = 1;

Returns
TypeDescription
long

The start.