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