Google Cloud Data Catalog V1 Client - Class ViewType (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ViewType.

Concrete type of the view.

Protobuf type google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

VIEW_TYPE_UNSPECIFIED

Value: 0

Default unknown view type.

Generated from protobuf enum VIEW_TYPE_UNSPECIFIED = 0;

STANDARD_VIEW

Value: 1

Standard view.

Generated from protobuf enum STANDARD_VIEW = 1;

MATERIALIZED_VIEW

Value: 2

Materialized view.

Generated from protobuf enum MATERIALIZED_VIEW = 2;