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