Class: Google::Cloud::Bigquery::Storage::V1::ReadRowsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/storage/v1/storage.rb

Overview

Request message for ReadRows.

Instance Attribute Summary collapse

Instance Attribute Details

#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.

Returns:

  • (::Integer)

    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

#read_stream::String

Returns Required. Stream to read rows from.

Returns:

  • (::String)

    Required. Stream to read rows from.



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