Interface Storage.ReadRowsRequestOrBuilder (3.4.0)

public static interface Storage.ReadRowsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the readPosition field is set.