public static enum TransferTypes.TransferJob.Status extends Enum<TransferTypes.TransferJob.Status> implements com.google.protobuf.ProtocolMessageEnum
The status of the transfer job.Protobuf enum
google.storagetransfer.v1.TransferJob.Status| Enum Constant and Description |
|---|
DELETED
This is a soft delete state.
|
DISABLED
New transfers are not scheduled.
|
ENABLED
New transfers are performed based on the schedule.
|
STATUS_UNSPECIFIED
Zero is an illegal value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETED_VALUE
This is a soft delete state.
|
static int |
DISABLED_VALUE
New transfers are not scheduled.
|
static int |
ENABLED_VALUE
New transfers are performed based on the schedule.
|
static int |
STATUS_UNSPECIFIED_VALUE
Zero is an illegal value.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferTypes.TransferJob.Status |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TransferTypes.TransferJob.Status> |
internalGetValueMap() |
static TransferTypes.TransferJob.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferTypes.TransferJob.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferTypes.TransferJob.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferTypes.TransferJob.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferTypes.TransferJob.Status STATUS_UNSPECIFIED
Zero is an illegal value.
STATUS_UNSPECIFIED = 0;public static final TransferTypes.TransferJob.Status ENABLED
New transfers are performed based on the schedule.
ENABLED = 1;public static final TransferTypes.TransferJob.Status DISABLED
New transfers are not scheduled.
DISABLED = 2;public static final TransferTypes.TransferJob.Status DELETED
This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to `DELETED`.
DELETED = 3;public static final TransferTypes.TransferJob.Status UNRECOGNIZED
public static final int STATUS_UNSPECIFIED_VALUE
Zero is an illegal value.
STATUS_UNSPECIFIED = 0;public static final int ENABLED_VALUE
New transfers are performed based on the schedule.
ENABLED = 1;public static final int DISABLED_VALUE
New transfers are not scheduled.
DISABLED = 2;public static final int DELETED_VALUE
This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to `DELETED`.
DELETED = 3;public static TransferTypes.TransferJob.Status[] values()
for (TransferTypes.TransferJob.Status c : TransferTypes.TransferJob.Status.values()) System.out.println(c);
public static TransferTypes.TransferJob.Status 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TransferTypes.TransferJob.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TransferTypes.TransferJob.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TransferTypes.TransferJob.Status> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TransferTypes.TransferJob.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.