public interface ReadRowsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for readStream. |