Class: Google::Cloud::Bigquery::Storage::V1::FlushRowsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#offset::Google::Protobuf::Int64Value

Returns Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.

Returns:



492
493
494
495
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 492

class FlushRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#write_stream::String

Returns Required. The stream that is the target of the flush operation.

Returns:

  • (::String)

    Required. The stream that is the target of the flush operation.



492
493
494
495
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 492

class FlushRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end