public enum WriteStream.WriteMode extends Enum<WriteStream.WriteMode> implements ProtocolMessageEnumMode enum of the stream.
 Protobuf enum google.cloud.bigquery.storage.v1.WriteStream.WriteMode
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| INSERT | Insert new records into the table. It is the default value if customers do not specify it.   | 
| INSERT_VALUE | Insert new records into the table. It is the default value if customers do not specify it.   | 
| UNRECOGNIZED | |
| WRITE_MODE_UNSPECIFIED | Unknown type.   | 
| WRITE_MODE_UNSPECIFIED_VALUE | Unknown type.   | 
| 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() | |