public static enum DatabaseTableSpec.DatabaseViewSpec.ViewType extends Enum<DatabaseTableSpec.DatabaseViewSpec.ViewType> implements com.google.protobuf.ProtocolMessageEnum
Concrete type of the view.Protobuf enum
google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType| Enum Constant and Description |
|---|
MATERIALIZED_VIEW
Materialized view.
|
STANDARD_VIEW
Standard view.
|
UNRECOGNIZED |
VIEW_TYPE_UNSPECIFIED
Default unknown view type.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MATERIALIZED_VIEW_VALUE
Materialized view.
|
static int |
STANDARD_VIEW_VALUE
Standard view.
|
static int |
VIEW_TYPE_UNSPECIFIED_VALUE
Default unknown view type.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseTableSpec.DatabaseViewSpec.ViewType |
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<DatabaseTableSpec.DatabaseViewSpec.ViewType> |
internalGetValueMap() |
static DatabaseTableSpec.DatabaseViewSpec.ViewType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseTableSpec.DatabaseViewSpec.ViewType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseTableSpec.DatabaseViewSpec.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTableSpec.DatabaseViewSpec.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseTableSpec.DatabaseViewSpec.ViewType VIEW_TYPE_UNSPECIFIED
Default unknown view type.
VIEW_TYPE_UNSPECIFIED = 0;public static final DatabaseTableSpec.DatabaseViewSpec.ViewType STANDARD_VIEW
Standard view.
STANDARD_VIEW = 1;public static final DatabaseTableSpec.DatabaseViewSpec.ViewType MATERIALIZED_VIEW
Materialized view.
MATERIALIZED_VIEW = 2;public static final DatabaseTableSpec.DatabaseViewSpec.ViewType UNRECOGNIZED
public static final int VIEW_TYPE_UNSPECIFIED_VALUE
Default unknown view type.
VIEW_TYPE_UNSPECIFIED = 0;public static final int STANDARD_VIEW_VALUE
Standard view.
STANDARD_VIEW = 1;public static final int MATERIALIZED_VIEW_VALUE
Materialized view.
MATERIALIZED_VIEW = 2;public static DatabaseTableSpec.DatabaseViewSpec.ViewType[] values()
for (DatabaseTableSpec.DatabaseViewSpec.ViewType c : DatabaseTableSpec.DatabaseViewSpec.ViewType.values()) System.out.println(c);
public static DatabaseTableSpec.DatabaseViewSpec.ViewType 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 DatabaseTableSpec.DatabaseViewSpec.ViewType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DatabaseTableSpec.DatabaseViewSpec.ViewType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DatabaseTableSpec.DatabaseViewSpec.ViewType> 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 DatabaseTableSpec.DatabaseViewSpec.ViewType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.