public enum DiscoveryEvent.TableType extends Enum<DiscoveryEvent.TableType> implements ProtocolMessageEnum
The type of the published table.
Protobuf enum google.cloud.dataplex.v1.DiscoveryEvent.TableType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BIGLAKE_TABLE |
BigLake table type. |
BIGLAKE_TABLE_VALUE |
BigLake table type. |
EXTERNAL_TABLE |
External table type. |
EXTERNAL_TABLE_VALUE |
External table type. |
OBJECT_TABLE |
Object table type for unstructured data. |
OBJECT_TABLE_VALUE |
Object table type for unstructured data. |
TABLE_TYPE_UNSPECIFIED |
An unspecified table type. |
TABLE_TYPE_UNSPECIFIED_VALUE |
An unspecified table 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() |