Enum WriteStream.Type (2.9.1)

public enum WriteStream.Type extends Enum<WriteStream.Type> implements ProtocolMessageEnum

Type enum of the stream.

Protobuf enum google.cloud.bigquery.storage.v1beta2.WriteStream.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BUFFERED

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

BUFFERED = 3;

BUFFERED_VALUE

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

BUFFERED = 3;

COMMITTED

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

COMMITTED = 1;

COMMITTED_VALUE

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

COMMITTED = 1;

PENDING

Data is invisible until the stream is committed.

PENDING = 2;

PENDING_VALUE

Data is invisible until the stream is committed.

PENDING = 2;

TYPE_UNSPECIFIED

Unknown type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unknown type.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()