Class ReadRowsRequest (2.18.0)

ReadRowsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ReadRows.

Attributes

NameDescription
read_stream str
Required. Stream to read rows from.
offset int
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.