public enum BigQueryDestination.CreateDisposition extends Enum<BigQueryDestination.CreateDisposition> implements ProtocolMessageEnumSpecifies the action that occurs if the destination table does not exist. By default, a new table will be created.
Protobuf enum google.cloud.capacityplanner.v1beta.BigQueryDestination.CreateDisposition
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATE_DISPOSITION_UNSPECIFIED |
Unspecified create disposition. |
CREATE_DISPOSITION_UNSPECIFIED_VALUE |
Unspecified create disposition. |
CREATE_IF_NEEDED |
If the table does not exist, BigQuery creates the table. |
CREATE_IF_NEEDED_VALUE |
If the table does not exist, BigQuery creates the table. |
CREATE_NEVER |
If the table does not exist, an error will be returned. |
CREATE_NEVER_VALUE |
If the table does not exist, an error will be returned. |
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() |
|