public static enum FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase extends java.lang.Enum<FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALL |
LATEST |
POLICYCHOICE_NOT_SET |
SPECIFIC |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase |
forNumber(int value) |
int |
getNumber() |
static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase LATEST
public static final FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase ALL
public static final FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase SPECIFIC
public static final FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase POLICYCHOICE_NOT_SET
public static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase[] values()
for (FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase c : FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase.values()) System.out.println(c);
public static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.PolicyChoiceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite