Enum DataDiscoverySpec.BigQueryPublishingConfig.TableType (1.52.0)

public enum DataDiscoverySpec.BigQueryPublishingConfig.TableType extends Enum<DataDiscoverySpec.BigQueryPublishingConfig.TableType> implements ProtocolMessageEnum

Determines how discovered tables are published.

Protobuf enum google.cloud.dataplex.v1.DataDiscoverySpec.BigQueryPublishingConfig.TableType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIGLAKE

Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.

BIGLAKE = 2;

BIGLAKE_VALUE

Discovered tables are published as BigLake external tables whose data is accessed using the credentials of the associated BigQuery connection.

BIGLAKE = 2;

EXTERNAL

Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.

EXTERNAL = 1;

EXTERNAL_VALUE

Default. Discovered tables are published as BigQuery external tables whose data is accessed using the credentials of the user querying the table.

EXTERNAL = 1;

TABLE_TYPE_UNSPECIFIED

Table type unspecified.

TABLE_TYPE_UNSPECIFIED = 0;

TABLE_TYPE_UNSPECIFIED_VALUE

Table type unspecified.

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