Class: Google::Cloud::Bigquery::Storage::V1::FlushRowsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::FlushRowsRequest
- 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
-
#offset ⇒ ::Google::Protobuf::Int64Value
Ending offset of the flush operation.
-
#write_stream ⇒ ::String
Required.
Instance Attribute Details
#offset ⇒ ::Google::Protobuf::Int64Value
Returns Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
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.
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 |