Uses of Class
com.google.cloud.clouddms.v1.MigrationJob.Phase
-
Packages that use MigrationJob.Phase Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of MigrationJob.Phase in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return MigrationJob.Phase Modifier and Type Method Description static MigrationJob.PhaseMigrationJob.Phase. forNumber(int value)MigrationJob.PhaseMigrationJob.Builder. getPhase()Output only.MigrationJob.PhaseMigrationJob. getPhase()Output only.MigrationJob.PhaseMigrationJobOrBuilder. getPhase()Output only.static MigrationJob.PhaseMigrationJob.Phase. valueOf(int value)Deprecated.static MigrationJob.PhaseMigrationJob.Phase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MigrationJob.PhaseMigrationJob.Phase. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationJob.Phase[]MigrationJob.Phase. 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.Phase Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MigrationJob.Phase>MigrationJob.Phase. internalGetValueMap()Methods in com.google.cloud.clouddms.v1 with parameters of type MigrationJob.Phase Modifier and Type Method Description MigrationJob.BuilderMigrationJob.Builder. setPhase(MigrationJob.Phase value)Output only.
-