public static enum CompilationResultAction.Relation.RelationType extends Enum<CompilationResultAction.Relation.RelationType> implements com.google.protobuf.ProtocolMessageEnum
Indicates the type of this relation.Protobuf enum
google.cloud.dataform.v1alpha2.CompilationResultAction.Relation.RelationType| Enum Constant and Description |
|---|
INCREMENTAL_TABLE
The relation is an incrementalized table.
|
MATERIALIZED_VIEW
The relation is a materialized view.
|
RELATION_TYPE_UNSPECIFIED
Default value.
|
TABLE
The relation is a table.
|
UNRECOGNIZED |
VIEW
The relation is a view.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
INCREMENTAL_TABLE_VALUE
The relation is an incrementalized table.
|
static int |
MATERIALIZED_VIEW_VALUE
The relation is a materialized view.
|
static int |
RELATION_TYPE_UNSPECIFIED_VALUE
Default value.
|
static int |
TABLE_VALUE
The relation is a table.
|
static int |
VIEW_VALUE
The relation is a view.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilationResultAction.Relation.RelationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CompilationResultAction.Relation.RelationType> |
internalGetValueMap() |
static CompilationResultAction.Relation.RelationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CompilationResultAction.Relation.RelationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompilationResultAction.Relation.RelationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilationResultAction.Relation.RelationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompilationResultAction.Relation.RelationType RELATION_TYPE_UNSPECIFIED
Default value. This value is unused.
RELATION_TYPE_UNSPECIFIED = 0;public static final CompilationResultAction.Relation.RelationType TABLE
The relation is a table.
TABLE = 1;public static final CompilationResultAction.Relation.RelationType VIEW
The relation is a view.
VIEW = 2;public static final CompilationResultAction.Relation.RelationType INCREMENTAL_TABLE
The relation is an incrementalized table.
INCREMENTAL_TABLE = 3;public static final CompilationResultAction.Relation.RelationType MATERIALIZED_VIEW
The relation is a materialized view.
MATERIALIZED_VIEW = 4;public static final CompilationResultAction.Relation.RelationType UNRECOGNIZED
public static final int RELATION_TYPE_UNSPECIFIED_VALUE
Default value. This value is unused.
RELATION_TYPE_UNSPECIFIED = 0;public static final int TABLE_VALUE
The relation is a table.
TABLE = 1;public static final int VIEW_VALUE
The relation is a view.
VIEW = 2;public static final int INCREMENTAL_TABLE_VALUE
The relation is an incrementalized table.
INCREMENTAL_TABLE = 3;public static final int MATERIALIZED_VIEW_VALUE
The relation is a materialized view.
MATERIALIZED_VIEW = 4;public static CompilationResultAction.Relation.RelationType[] values()
for (CompilationResultAction.Relation.RelationType c : CompilationResultAction.Relation.RelationType.values()) System.out.println(c);
public static CompilationResultAction.Relation.RelationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CompilationResultAction.Relation.RelationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CompilationResultAction.Relation.RelationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CompilationResultAction.Relation.RelationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CompilationResultAction.Relation.RelationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.