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