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