public static interface Storage.ReadRowsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReadPosition()
public abstract Storage.StreamPosition getReadPosition()
Required. Identifier of the position in the stream to start reading from. The offset requested must be less than the last row read from ReadRows. Requesting a larger offset is undefined.
.google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Storage.StreamPosition |
The readPosition. |
getReadPositionOrBuilder()
public abstract Storage.StreamPositionOrBuilder getReadPositionOrBuilder()
Required. Identifier of the position in the stream to start reading from. The offset requested must be less than the last row read from ReadRows. Requesting a larger offset is undefined.
.google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Storage.StreamPositionOrBuilder |
hasReadPosition()
public abstract boolean hasReadPosition()
Required. Identifier of the position in the stream to start reading from. The offset requested must be less than the last row read from ReadRows. Requesting a larger offset is undefined.
.google.cloud.bigquery.storage.v1beta1.StreamPosition read_position = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the readPosition field is set. |