Class: Google::Cloud::Bigquery::Storage::V1::FlushRowsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::FlushRowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/storage.rb
Overview
Respond message for FlushRows
.
Instance Attribute Summary collapse
-
#offset ⇒ ::Integer
The rows before this offset (including this offset) are flushed.
Instance Attribute Details
#offset ⇒ ::Integer
Returns The rows before this offset (including this offset) are flushed.
501 502 503 504 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/storage.rb', line 501 class FlushRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |