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.StateMigrationJob.State. forNumber(int value)MigrationJob.StateMigrationJob.Builder. getState()The current migration job state.MigrationJob.StateMigrationJob. getState()The current migration job state.MigrationJob.StateMigrationJobOrBuilder. getState()The current migration job state.static MigrationJob.StateMigrationJob.State. valueOf(int value)Deprecated.static MigrationJob.StateMigrationJob.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MigrationJob.StateMigrationJob.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.BuilderMigrationJob.Builder. setState(MigrationJob.State value)The current migration job state.
-