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