Uses of Class
com.google.cloud.clouddms.v1.MigrationJob.State
-
Packages that use MigrationJob.State Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MigrationJob.State in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MigrationJob.State Modifier and Type Method Description static MigrationJob.State
MigrationJob.State. forNumber(int value)
MigrationJob.State
MigrationJob.Builder. getState()
The current migration job state.MigrationJob.State
MigrationJob. getState()
The current migration job state.MigrationJob.State
MigrationJobOrBuilder. getState()
The current migration job state.static MigrationJob.State
MigrationJob.State. valueOf(int value)
Deprecated.static MigrationJob.State
MigrationJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MigrationJob.State
MigrationJob.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationJob.State[]
MigrationJob.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.clouddms.v1 that return types with arguments of type MigrationJob.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MigrationJob.State>
MigrationJob.State. internalGetValueMap()
Methods in com.google.cloud.clouddms.v1 with parameters of type MigrationJob.State Modifier and Type Method Description MigrationJob.Builder
MigrationJob.Builder. setState(MigrationJob.State value)
The current migration job state.
-