Enum BigQueryTableType (3.45.0)

public enum BigQueryTableType extends Enum<BigQueryTableType> implements ProtocolMessageEnum

Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, SNAPSHOT, and non-BigLake external tables are not supported.

Protobuf enum google.privacy.dlp.v2.BigQueryTableType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE

A table that references data stored in Cloud Storage.

BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE = 2;

BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE_VALUE

A table that references data stored in Cloud Storage.

BIG_QUERY_TABLE_TYPE_EXTERNAL_BIG_LAKE = 2;

BIG_QUERY_TABLE_TYPE_TABLE

A normal BigQuery table.

BIG_QUERY_TABLE_TYPE_TABLE = 1;

BIG_QUERY_TABLE_TYPE_TABLE_VALUE

A normal BigQuery table.

BIG_QUERY_TABLE_TYPE_TABLE = 1;

BIG_QUERY_TABLE_TYPE_UNSPECIFIED

Unused.

BIG_QUERY_TABLE_TYPE_UNSPECIFIED = 0;

BIG_QUERY_TABLE_TYPE_UNSPECIFIED_VALUE

Unused.

BIG_QUERY_TABLE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()