public static enum ImportJob.ImportJobState extends Enum<ImportJob.ImportJobState> implements com.google.protobuf.ProtocolMessageEnum
Enumerates possible states of an import job.Protobuf enum
google.cloud.migrationcenter.v1.ImportJob.ImportJobState| Enum Constant and Description |
|---|
IMPORT_JOB_STATE_COMPLETED
The import job processing has completed.
|
IMPORT_JOB_STATE_FAILED
The import job failed to be processed.
|
IMPORT_JOB_STATE_FAILED_VALIDATION
The import job contains blocking errors.
|
IMPORT_JOB_STATE_PENDING
The import job is pending.
|
IMPORT_JOB_STATE_READY
The validation of the job completed with no blocking errors.
|
IMPORT_JOB_STATE_RUNNING
The processing of the import job is ongoing.
|
IMPORT_JOB_STATE_UNSPECIFIED
Default value.
|
IMPORT_JOB_STATE_VALIDATING
The import job is being validated.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IMPORT_JOB_STATE_COMPLETED_VALUE
The import job processing has completed.
|
static int |
IMPORT_JOB_STATE_FAILED_VALIDATION_VALUE
The import job contains blocking errors.
|
static int |
IMPORT_JOB_STATE_FAILED_VALUE
The import job failed to be processed.
|
static int |
IMPORT_JOB_STATE_PENDING_VALUE
The import job is pending.
|
static int |
IMPORT_JOB_STATE_READY_VALUE
The validation of the job completed with no blocking errors.
|
static int |
IMPORT_JOB_STATE_RUNNING_VALUE
The processing of the import job is ongoing.
|
static int |
IMPORT_JOB_STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
IMPORT_JOB_STATE_VALIDATING_VALUE
The import job is being validated.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportJob.ImportJobState |
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<ImportJob.ImportJobState> |
internalGetValueMap() |
static ImportJob.ImportJobState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportJob.ImportJobState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportJob.ImportJobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportJob.ImportJobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportJob.ImportJobState IMPORT_JOB_STATE_UNSPECIFIED
Default value.
IMPORT_JOB_STATE_UNSPECIFIED = 0;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_PENDING
The import job is pending.
IMPORT_JOB_STATE_PENDING = 1;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_RUNNING
The processing of the import job is ongoing.
IMPORT_JOB_STATE_RUNNING = 2;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_COMPLETED
The import job processing has completed.
IMPORT_JOB_STATE_COMPLETED = 3;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_FAILED
The import job failed to be processed.
IMPORT_JOB_STATE_FAILED = 4;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_VALIDATING
The import job is being validated.
IMPORT_JOB_STATE_VALIDATING = 5;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_FAILED_VALIDATION
The import job contains blocking errors.
IMPORT_JOB_STATE_FAILED_VALIDATION = 6;public static final ImportJob.ImportJobState IMPORT_JOB_STATE_READY
The validation of the job completed with no blocking errors.
IMPORT_JOB_STATE_READY = 7;public static final ImportJob.ImportJobState UNRECOGNIZED
public static final int IMPORT_JOB_STATE_UNSPECIFIED_VALUE
Default value.
IMPORT_JOB_STATE_UNSPECIFIED = 0;public static final int IMPORT_JOB_STATE_PENDING_VALUE
The import job is pending.
IMPORT_JOB_STATE_PENDING = 1;public static final int IMPORT_JOB_STATE_RUNNING_VALUE
The processing of the import job is ongoing.
IMPORT_JOB_STATE_RUNNING = 2;public static final int IMPORT_JOB_STATE_COMPLETED_VALUE
The import job processing has completed.
IMPORT_JOB_STATE_COMPLETED = 3;public static final int IMPORT_JOB_STATE_FAILED_VALUE
The import job failed to be processed.
IMPORT_JOB_STATE_FAILED = 4;public static final int IMPORT_JOB_STATE_VALIDATING_VALUE
The import job is being validated.
IMPORT_JOB_STATE_VALIDATING = 5;public static final int IMPORT_JOB_STATE_FAILED_VALIDATION_VALUE
The import job contains blocking errors.
IMPORT_JOB_STATE_FAILED_VALIDATION = 6;public static final int IMPORT_JOB_STATE_READY_VALUE
The validation of the job completed with no blocking errors.
IMPORT_JOB_STATE_READY = 7;public static ImportJob.ImportJobState[] values()
for (ImportJob.ImportJobState c : ImportJob.ImportJobState.values()) System.out.println(c);
public static ImportJob.ImportJobState 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 ImportJob.ImportJobState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ImportJob.ImportJobState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ImportJob.ImportJobState> 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 ImportJob.ImportJobState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.