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.State
MigratingVm.State. forNumber(int value)
MigratingVm.State
MigratingVm.Builder. getState()
Output only.MigratingVm.State
MigratingVm. getState()
Output only.MigratingVm.State
MigratingVmOrBuilder. getState()
Output only.static MigratingVm.State
MigratingVm.State. valueOf(int value)
Deprecated.static MigratingVm.State
MigratingVm.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MigratingVm.State
MigratingVm.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.Builder
MigratingVm.Builder. setState(MigratingVm.State value)
Output only.
-