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