public enum ImportJob.ImportJobState extends Enum<ImportJob.ImportJobState> implements ProtocolMessageEnum
Enumerates possible states of an import job.
Protobuf enum google.cloud.migrationcenter.v1.ImportJob.ImportJobState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IMPORT_JOB_STATE_COMPLETED |
The import job processing has completed. |
IMPORT_JOB_STATE_COMPLETED_VALUE |
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_FAILED_VALIDATION_VALUE |
The import job contains blocking errors. |
IMPORT_JOB_STATE_FAILED_VALUE |
The import job failed to be processed. |
IMPORT_JOB_STATE_PENDING |
The import job is pending. |
IMPORT_JOB_STATE_PENDING_VALUE |
The import job is pending. |
IMPORT_JOB_STATE_READY |
The validation of the job completed with no blocking errors. |
IMPORT_JOB_STATE_READY_VALUE |
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_RUNNING_VALUE |
The processing of the import job is ongoing. |
IMPORT_JOB_STATE_UNSPECIFIED |
Default value. |
IMPORT_JOB_STATE_UNSPECIFIED_VALUE |
Default value. |
IMPORT_JOB_STATE_VALIDATING |
The import job is being validated. |
IMPORT_JOB_STATE_VALIDATING_VALUE |
The import job is being validated. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |