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