Enum DiscoveryEvent.TableType (1.53.0)

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

ProtocolMessageEnum

Static Fields

Name Description
BIGLAKE_TABLE

BigLake table type.

BIGLAKE_TABLE = 2;

BIGLAKE_TABLE_VALUE

BigLake table type.

BIGLAKE_TABLE = 2;

EXTERNAL_TABLE

External table type.

EXTERNAL_TABLE = 1;

EXTERNAL_TABLE_VALUE

External table type.

EXTERNAL_TABLE = 1;

OBJECT_TABLE

Object table type for unstructured data.

OBJECT_TABLE = 3;

OBJECT_TABLE_VALUE

Object table type for unstructured data.

OBJECT_TABLE = 3;

TABLE_TYPE_UNSPECIFIED

An unspecified table type.

TABLE_TYPE_UNSPECIFIED = 0;

TABLE_TYPE_UNSPECIFIED_VALUE

An unspecified table type.

TABLE_TYPE_UNSPECIFIED = 0;

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()