public enum BigQueryDestination.WriteDisposition extends Enum<BigQueryDestination.WriteDisposition> implements ProtocolMessageEnumWriteDisposition controls the behavior when the destination table already exists.
 Protobuf enum google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| UNRECOGNIZED | |
| WRITE_DISPOSITION_UNSPECIFIED | Default behavior is the same as WRITE_EMPTY.   | 
| WRITE_DISPOSITION_UNSPECIFIED_VALUE | Default behavior is the same as WRITE_EMPTY.   | 
| WRITE_EMPTY | If the table already exists and contains data, an error is returned.   | 
| WRITE_EMPTY_VALUE | If the table already exists and contains data, an error is returned.   | 
| WRITE_TRUNCATE | If the table already exists, the data will be overwritten.   | 
| WRITE_TRUNCATE_VALUE | If the table already exists, the data will be overwritten.   | 
| 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() | |