public enum BigQueryDestination.WriteDisposition extends Enum<BigQueryDestination.WriteDisposition> implements ProtocolMessageEnumSpecifies the action that occurs if the destination table or partition already exists. By default, the data will be appended to the existing table.
Protobuf enum google.cloud.capacityplanner.v1beta.BigQueryDestination.WriteDisposition
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
UNRECOGNIZED |
|
WRITE_APPEND |
If the table or partition already exists, BigQuery appends the data to the table or the latest partition. |
WRITE_APPEND_VALUE |
If the table or partition already exists, BigQuery appends the data to the table or the latest partition. |
WRITE_DISPOSITION_UNSPECIFIED |
Unspecified write disposition. |
WRITE_DISPOSITION_UNSPECIFIED_VALUE |
Unspecified write disposition. |
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 or partition already exists, BigQuery overwrites the entire table or all the partitions data. |
WRITE_TRUNCATE_VALUE |
If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data. |
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() |
|