public interface ReadRowsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getOffset()
The offset requested must be less than the last row read from Read.
|
String |
getReadStream()
Required.
|
com.google.protobuf.ByteString |
getReadStreamBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReadStream()
Required. Stream to read rows from.
string read_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getReadStreamBytes()
Required. Stream to read rows from.
string read_stream = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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;Copyright © 2021 Google LLC. All rights reserved.