Uses of Class
com.google.cloud.netapp.v1.Replication.State
-
Packages that use Replication.State Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of Replication.State in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return Replication.State Modifier and Type Method Description static Replication.State
Replication.State. forNumber(int value)
Replication.State
Replication.Builder. getState()
Output only.Replication.State
Replication. getState()
Output only.Replication.State
ReplicationOrBuilder. getState()
Output only.static Replication.State
Replication.State. valueOf(int value)
Deprecated.static Replication.State
Replication.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Replication.State
Replication.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replication.State[]
Replication.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type Replication.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Replication.State>
Replication.State. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type Replication.State Modifier and Type Method Description Replication.Builder
Replication.Builder. setState(Replication.State value)
Output only.
-