Enum BigQueryTableTypeCollection (3.44.0)

public enum BigQueryTableTypeCollection extends Enum<BigQueryTableTypeCollection> implements ProtocolMessageEnum

Over time new types may be added. Currently VIEW, MATERIALIZED_VIEW, and SNAPSHOT are not supported.

Protobuf enum google.privacy.dlp.v2.BigQueryTableTypeCollection

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIG_QUERY_COLLECTION_ALL_TYPES

Automatically generate profiles for all tables, even if the table type is not yet fully supported for analysis. Profiles for unsupported tables will be generated with errors to indicate their partial support. When full support is added, the tables will automatically be profiled during the next scheduled run.

BIG_QUERY_COLLECTION_ALL_TYPES = 1;

BIG_QUERY_COLLECTION_ALL_TYPES_VALUE

Automatically generate profiles for all tables, even if the table type is not yet fully supported for analysis. Profiles for unsupported tables will be generated with errors to indicate their partial support. When full support is added, the tables will automatically be profiled during the next scheduled run.

BIG_QUERY_COLLECTION_ALL_TYPES = 1;

BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES

Only those types fully supported will be profiled. Will expand automatically as Cloud DLP adds support for new table types. Unsupported table types will not have partial profiles generated.

BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES = 2;

BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES_VALUE

Only those types fully supported will be profiled. Will expand automatically as Cloud DLP adds support for new table types. Unsupported table types will not have partial profiles generated.

BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES = 2;

BIG_QUERY_COLLECTION_UNSPECIFIED

Unused.

BIG_QUERY_COLLECTION_UNSPECIFIED = 0;

BIG_QUERY_COLLECTION_UNSPECIFIED_VALUE

Unused.

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