public static enum TransferTypes.TransferOperation.Status extends Enum<TransferTypes.TransferOperation.Status> implements com.google.protobuf.ProtocolMessageEnum
The status of a TransferOperation.Protobuf enum
google.storagetransfer.v1.TransferOperation.Status| Enum Constant and Description |
|---|
ABORTED
Aborted by the user.
|
FAILED
Terminated due to an unrecoverable failure.
|
IN_PROGRESS
In progress.
|
PAUSED
Paused.
|
QUEUED
Temporarily delayed by the system.
|
STATUS_UNSPECIFIED
Zero is an illegal value.
|
SUCCESS
Completed successfully.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ABORTED_VALUE
Aborted by the user.
|
static int |
FAILED_VALUE
Terminated due to an unrecoverable failure.
|
static int |
IN_PROGRESS_VALUE
In progress.
|
static int |
PAUSED_VALUE
Paused.
|
static int |
QUEUED_VALUE
Temporarily delayed by the system.
|
static int |
STATUS_UNSPECIFIED_VALUE
Zero is an illegal value.
|
static int |
SUCCESS_VALUE
Completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferTypes.TransferOperation.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.TransferOperation.Status> |
internalGetValueMap() |
static TransferTypes.TransferOperation.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransferTypes.TransferOperation.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferTypes.TransferOperation.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferTypes.TransferOperation.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferTypes.TransferOperation.Status STATUS_UNSPECIFIED
Zero is an illegal value.
STATUS_UNSPECIFIED = 0;public static final TransferTypes.TransferOperation.Status IN_PROGRESS
In progress.
IN_PROGRESS = 1;public static final TransferTypes.TransferOperation.Status PAUSED
Paused.
PAUSED = 2;public static final TransferTypes.TransferOperation.Status SUCCESS
Completed successfully.
SUCCESS = 3;public static final TransferTypes.TransferOperation.Status FAILED
Terminated due to an unrecoverable failure.
FAILED = 4;public static final TransferTypes.TransferOperation.Status ABORTED
Aborted by the user.
ABORTED = 5;public static final TransferTypes.TransferOperation.Status QUEUED
Temporarily delayed by the system. No user action is required.
QUEUED = 6;public static final TransferTypes.TransferOperation.Status UNRECOGNIZED
public static final int STATUS_UNSPECIFIED_VALUE
Zero is an illegal value.
STATUS_UNSPECIFIED = 0;public static final int IN_PROGRESS_VALUE
In progress.
IN_PROGRESS = 1;public static final int PAUSED_VALUE
Paused.
PAUSED = 2;public static final int SUCCESS_VALUE
Completed successfully.
SUCCESS = 3;public static final int FAILED_VALUE
Terminated due to an unrecoverable failure.
FAILED = 4;public static final int ABORTED_VALUE
Aborted by the user.
ABORTED = 5;public static final int QUEUED_VALUE
Temporarily delayed by the system. No user action is required.
QUEUED = 6;public static TransferTypes.TransferOperation.Status[] values()
for (TransferTypes.TransferOperation.Status c : TransferTypes.TransferOperation.Status.values()) System.out.println(c);
public static TransferTypes.TransferOperation.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.TransferOperation.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TransferTypes.TransferOperation.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TransferTypes.TransferOperation.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.TransferOperation.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.