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.Phase
MigrationJob.Phase. forNumber(int value)
MigrationJob.Phase
MigrationJob.Builder. getPhase()
Output only.MigrationJob.Phase
MigrationJob. getPhase()
Output only.MigrationJob.Phase
MigrationJobOrBuilder. getPhase()
Output only.static MigrationJob.Phase
MigrationJob.Phase. valueOf(int value)
Deprecated.static MigrationJob.Phase
MigrationJob.Phase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MigrationJob.Phase
MigrationJob.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.Builder
MigrationJob.Builder. setPhase(MigrationJob.Phase value)
Output only.
-