Reference documentation and code samples for the BigQuery Storage V1 API class Google::Cloud::Bigquery::Storage::V1::FlushRowsRequest.
Request message for FlushRows.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#offset
def offset() -> ::Google::Protobuf::Int64Value
    Returns
    
  - (::Google::Protobuf::Int64Value) — Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
#offset=
def offset=(value) -> ::Google::Protobuf::Int64Value
    Parameter
    
  - value (::Google::Protobuf::Int64Value) — Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
    Returns
    
  - (::Google::Protobuf::Int64Value) — Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
#write_stream
def write_stream() -> ::String
    Returns
    
  - (::String) — Required. The stream that is the target of the flush operation.
#write_stream=
def write_stream=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The stream that is the target of the flush operation.
    Returns
    
- (::String) — Required. The stream that is the target of the flush operation.