Method: Google::Cloud::Bigquery::Storage::V1::ReadRowsRequest#offset
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
#offset ⇒ ::Integer
Returns 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.
69 70 71 72 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 69 class ReadRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |