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.State
UpgradeStatus.State. forNumber(int value)
UpgradeStatus.State
UpgradeStatus.Builder. getState()
The state of the upgradeAppliance operation.UpgradeStatus.State
UpgradeStatus. getState()
The state of the upgradeAppliance operation.UpgradeStatus.State
UpgradeStatusOrBuilder. getState()
The state of the upgradeAppliance operation.static UpgradeStatus.State
UpgradeStatus.State. valueOf(int value)
Deprecated.static UpgradeStatus.State
UpgradeStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UpgradeStatus.State
UpgradeStatus.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.Builder
UpgradeStatus.Builder. setState(UpgradeStatus.State value)
The state of the upgradeAppliance operation.
-