Enum TableSourceType (1.43.0)

public enum TableSourceType extends Enum<TableSourceType> implements ProtocolMessageEnum

Table source type.

Protobuf enum google.cloud.datacatalog.v1.TableSourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIGQUERY_MATERIALIZED_VIEW

BigQuery materialized view.

BIGQUERY_MATERIALIZED_VIEW = 7;

BIGQUERY_MATERIALIZED_VIEW_VALUE

BigQuery materialized view.

BIGQUERY_MATERIALIZED_VIEW = 7;

BIGQUERY_TABLE

BigQuery native table.

BIGQUERY_TABLE = 5;

BIGQUERY_TABLE_VALUE

BigQuery native table.

BIGQUERY_TABLE = 5;

BIGQUERY_VIEW

Table view.

BIGQUERY_VIEW = 2;

BIGQUERY_VIEW_VALUE

Table view.

BIGQUERY_VIEW = 2;

TABLE_SOURCE_TYPE_UNSPECIFIED

Default unknown type.

TABLE_SOURCE_TYPE_UNSPECIFIED = 0;

TABLE_SOURCE_TYPE_UNSPECIFIED_VALUE

Default unknown type.

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