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
ProtocolMessageEnumStatic Fields
Name | Description |
INCREMENTAL_TABLE | The relation is an incrementalized table. |
INCREMENTAL_TABLE_VALUE | The relation is an incrementalized table. |
MATERIALIZED_VIEW | The relation is a materialized view. |
MATERIALIZED_VIEW_VALUE | The relation is a materialized view. |
RELATION_TYPE_UNSPECIFIED | Default value. This value is unused. |
RELATION_TYPE_UNSPECIFIED_VALUE | Default value. This value is unused. |
TABLE | The relation is a table. |
TABLE_VALUE | The relation is a table. |
UNRECOGNIZED | |
VIEW | The relation is a view. |
VIEW_VALUE | The relation is a view. |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |