Enum CompilationResultAction.Relation.RelationType (0.12.0)

public enum CompilationResultAction.Relation.RelationType extends Enum<CompilationResultAction.Relation.RelationType> implements ProtocolMessageEnum

Indicates the type of this relation.

Protobuf enum google.cloud.dataform.v1beta1.CompilationResultAction.Relation.RelationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INCREMENTAL_TABLE

The relation is an incrementalized table.

INCREMENTAL_TABLE = 3;

INCREMENTAL_TABLE_VALUE

The relation is an incrementalized table.

INCREMENTAL_TABLE = 3;

MATERIALIZED_VIEW

The relation is a materialized view.

MATERIALIZED_VIEW = 4;

MATERIALIZED_VIEW_VALUE

The relation is a materialized view.

MATERIALIZED_VIEW = 4;

RELATION_TYPE_UNSPECIFIED

Default value. This value is unused.

RELATION_TYPE_UNSPECIFIED = 0;

RELATION_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

RELATION_TYPE_UNSPECIFIED = 0;

TABLE

The relation is a table.

TABLE = 1;

TABLE_VALUE

The relation is a table.

TABLE = 1;

UNRECOGNIZED
VIEW

The relation is a view.

VIEW = 2;

VIEW_VALUE

The relation is a view.

VIEW = 2;

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