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