public static enum DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase extends Enum<DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BASE_TABLE |
SOURCEDEFINITION_NOT_SET |
SQL_QUERY |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
forNumber(int value) |
int |
getNumber() |
static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase BASE_TABLE
public static final DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase SQL_QUERY
public static final DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase SOURCEDEFINITION_NOT_SET
public static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase[] values()
for (DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase c : DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase.values()) System.out.println(c);
public static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase 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 null@Deprecated public static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.