Interface ReadRowsRequestOrBuilder (2.15.0)

public interface ReadRowsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOffset()

public abstract long getOffset()

The offset requested must be less than the last row read from Read. Requesting a larger offset is undefined. If not specified, start reading from offset zero.

int64 offset = 2;

Returns
TypeDescription
long

The offset.

getReadStream()

public abstract String getReadStream()

Required. Stream to read rows from.

string read_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The readStream.

getReadStreamBytes()

public abstract ByteString getReadStreamBytes()

Required. Stream to read rows from.

string read_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for readStream.