Reference documentation and code samples for the Google BigQuery Storage V1 Client class FlushRowsRequest.
Request message for FlushRows
.
Generated from protobuf message google.cloud.bigquery.storage.v1.FlushRowsRequest
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ write_stream
string
Required. The stream that is the target of the flush operation.
↳ offset
Google\Protobuf\Int64Value
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
getWriteStream
Required. The stream that is the target of the flush operation.
string
setWriteStream
Required. The stream that is the target of the flush operation.
var
string
$this
getOffset
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
hasOffset
clearOffset
getOffsetUnwrapped
Returns the unboxed value from getOffset()
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
int|string|null
setOffset
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
$this
setOffsetUnwrapped
Sets the field by wrapping a primitive type in a Google\Protobuf\Int64Value object.
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.
var
int|string|null
$this
static::build
writeStream
string
Required. The stream that is the target of the flush operation. Please see Google\Cloud\BigQuery\Storage\V1\BigQueryWriteClient::writeStreamName() for help formatting this field.