public static enum MigrationJob.State extends Enum<MigrationJob.State> implements com.google.protobuf.ProtocolMessageEnum
The current migration job states.Protobuf enum
google.cloud.clouddms.v1.MigrationJob.State| Enum Constant and Description |
|---|
COMPLETED
The migration job has been completed.
|
CREATING
The migration job is being created.
|
DELETED
The migration job has been deleted.
|
DELETING
The migration job is being deleted.
|
DRAFT
The migration job is in draft mode and no resources are created.
|
FAILED
The migration job failed.
|
MAINTENANCE
The migration job is down for maintenance.
|
NOT_STARTED
The migration job is created and not started.
|
RESTARTING
The migration job is restarting.
|
RESUMING
The migration job is resuming.
|
RUNNING
The migration job is running.
|
STARTING
The migration job is starting.
|
STATE_UNSPECIFIED
The state of the migration job is unknown.
|
STOPPED
The migration job is currently stopped.
|
STOPPING
The migration job is being stopped.
|
UNRECOGNIZED |
UPDATING
The migration job is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLETED_VALUE
The migration job has been completed.
|
static int |
CREATING_VALUE
The migration job is being created.
|
static int |
DELETED_VALUE
The migration job has been deleted.
|
static int |
DELETING_VALUE
The migration job is being deleted.
|
static int |
DRAFT_VALUE
The migration job is in draft mode and no resources are created.
|
static int |
FAILED_VALUE
The migration job failed.
|
static int |
MAINTENANCE_VALUE
The migration job is down for maintenance.
|
static int |
NOT_STARTED_VALUE
The migration job is created and not started.
|
static int |
RESTARTING_VALUE
The migration job is restarting.
|
static int |
RESUMING_VALUE
The migration job is resuming.
|
static int |
RUNNING_VALUE
The migration job is running.
|
static int |
STARTING_VALUE
The migration job is starting.
|
static int |
STATE_UNSPECIFIED_VALUE
The state of the migration job is unknown.
|
static int |
STOPPED_VALUE
The migration job is currently stopped.
|
static int |
STOPPING_VALUE
The migration job is being stopped.
|
static int |
UPDATING_VALUE
The migration job is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrationJob.State |
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<MigrationJob.State> |
internalGetValueMap() |
static MigrationJob.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MigrationJob.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MigrationJob.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationJob.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationJob.State STATE_UNSPECIFIED
The state of the migration job is unknown.
STATE_UNSPECIFIED = 0;public static final MigrationJob.State MAINTENANCE
The migration job is down for maintenance.
MAINTENANCE = 1;public static final MigrationJob.State DRAFT
The migration job is in draft mode and no resources are created.
DRAFT = 2;public static final MigrationJob.State CREATING
The migration job is being created.
CREATING = 3;public static final MigrationJob.State NOT_STARTED
The migration job is created and not started.
NOT_STARTED = 4;public static final MigrationJob.State RUNNING
The migration job is running.
RUNNING = 5;public static final MigrationJob.State FAILED
The migration job failed.
FAILED = 6;public static final MigrationJob.State COMPLETED
The migration job has been completed.
COMPLETED = 7;public static final MigrationJob.State DELETING
The migration job is being deleted.
DELETING = 8;public static final MigrationJob.State STOPPING
The migration job is being stopped.
STOPPING = 9;public static final MigrationJob.State STOPPED
The migration job is currently stopped.
STOPPED = 10;public static final MigrationJob.State DELETED
The migration job has been deleted.
DELETED = 11;public static final MigrationJob.State UPDATING
The migration job is being updated.
UPDATING = 12;public static final MigrationJob.State STARTING
The migration job is starting.
STARTING = 13;public static final MigrationJob.State RESTARTING
The migration job is restarting.
RESTARTING = 14;public static final MigrationJob.State RESUMING
The migration job is resuming.
RESUMING = 15;public static final MigrationJob.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The state of the migration job is unknown.
STATE_UNSPECIFIED = 0;public static final int MAINTENANCE_VALUE
The migration job is down for maintenance.
MAINTENANCE = 1;public static final int DRAFT_VALUE
The migration job is in draft mode and no resources are created.
DRAFT = 2;public static final int CREATING_VALUE
The migration job is being created.
CREATING = 3;public static final int NOT_STARTED_VALUE
The migration job is created and not started.
NOT_STARTED = 4;public static final int RUNNING_VALUE
The migration job is running.
RUNNING = 5;public static final int FAILED_VALUE
The migration job failed.
FAILED = 6;public static final int COMPLETED_VALUE
The migration job has been completed.
COMPLETED = 7;public static final int DELETING_VALUE
The migration job is being deleted.
DELETING = 8;public static final int STOPPING_VALUE
The migration job is being stopped.
STOPPING = 9;public static final int STOPPED_VALUE
The migration job is currently stopped.
STOPPED = 10;public static final int DELETED_VALUE
The migration job has been deleted.
DELETED = 11;public static final int UPDATING_VALUE
The migration job is being updated.
UPDATING = 12;public static final int STARTING_VALUE
The migration job is starting.
STARTING = 13;public static final int RESTARTING_VALUE
The migration job is restarting.
RESTARTING = 14;public static final int RESUMING_VALUE
The migration job is resuming.
RESUMING = 15;public static MigrationJob.State[] values()
for (MigrationJob.State c : MigrationJob.State.values()) System.out.println(c);
public static MigrationJob.State 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 MigrationJob.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MigrationJob.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MigrationJob.State> 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 MigrationJob.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.