Google BigQuery Storage V1 Client - Class Type (1.10.3)

Reference documentation and code samples for the Google BigQuery Storage V1 Client class Type.

Type enum of the stream.

Protobuf type google.cloud.bigquery.storage.v1.WriteStream.Type

Namespace

Google \ Cloud \ BigQuery \ Storage \ V1 \ WriteStream

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unknown type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

COMMITTED

Value: 1

Data will commit automatically and appear as soon as the write is acknowledged.

Generated from protobuf enum COMMITTED = 1;

PENDING

Value: 2

Data is invisible until the stream is committed.

Generated from protobuf enum PENDING = 2;

BUFFERED

Value: 3

Data is only visible up to the offset to which it was flushed.

Generated from protobuf enum BUFFERED = 3;