Uses of Class
com.google.cloud.vmmigration.v1.UpgradeStatus.State
-
Packages that use UpgradeStatus.State Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of UpgradeStatus.State in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return UpgradeStatus.State Modifier and Type Method Description static UpgradeStatus.StateUpgradeStatus.State. forNumber(int value)UpgradeStatus.StateUpgradeStatus.Builder. getState()The state of the upgradeAppliance operation.UpgradeStatus.StateUpgradeStatus. getState()The state of the upgradeAppliance operation.UpgradeStatus.StateUpgradeStatusOrBuilder. getState()The state of the upgradeAppliance operation.static UpgradeStatus.StateUpgradeStatus.State. valueOf(int value)Deprecated.static UpgradeStatus.StateUpgradeStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static UpgradeStatus.StateUpgradeStatus.State. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeStatus.State[]UpgradeStatus.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 UpgradeStatus.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UpgradeStatus.State>UpgradeStatus.State. internalGetValueMap()Methods in com.google.cloud.vmmigration.v1 with parameters of type UpgradeStatus.State Modifier and Type Method Description UpgradeStatus.BuilderUpgradeStatus.Builder. setState(UpgradeStatus.State value)The state of the upgradeAppliance operation.
-