Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class RelationType.
Indicates the type of this relation.
Protobuf type google.cloud.dataform.v1beta1.CompilationResultAction.Relation.RelationType
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ CompilationResultAction \ RelationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RELATION_TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum RELATION_TYPE_UNSPECIFIED = 0;
TABLE
Value: 1
The relation is a table.
Generated from protobuf enum TABLE = 1;
VIEW
Value: 2
The relation is a view.
Generated from protobuf enum VIEW = 2;
INCREMENTAL_TABLE
Value: 3
The relation is an incrementalized table.
Generated from protobuf enum INCREMENTAL_TABLE = 3;
MATERIALIZED_VIEW
Value: 4
The relation is a materialized view.
Generated from protobuf enum MATERIALIZED_VIEW = 4;