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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
BUFFERED | Data is only visible up to the offset to which it was flushed. |
BUFFERED_VALUE | Data is only visible up to the offset to which it was flushed. |
COMMITTED | Data will commit automatically and appear as soon as the write is acknowledged. |
COMMITTED_VALUE | Data will commit automatically and appear as soon as the write is acknowledged. |
PENDING | Data is invisible until the stream is committed. |
PENDING_VALUE | Data is invisible until the stream is committed. |
TYPE_UNSPECIFIED | Unknown type. |
TYPE_UNSPECIFIED_VALUE | Unknown type. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |