Uses of Class
com.google.cloud.netapp.v1.Replication.ReplicationSchedule
-
Packages that use Replication.ReplicationSchedule Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of Replication.ReplicationSchedule in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return Replication.ReplicationSchedule Modifier and Type Method Description static Replication.ReplicationSchedule
Replication.ReplicationSchedule. forNumber(int value)
Replication.ReplicationSchedule
Replication.Builder. getReplicationSchedule()
Required.Replication.ReplicationSchedule
Replication. getReplicationSchedule()
Required.Replication.ReplicationSchedule
ReplicationOrBuilder. getReplicationSchedule()
Required.static Replication.ReplicationSchedule
Replication.ReplicationSchedule. valueOf(int value)
Deprecated.static Replication.ReplicationSchedule
Replication.ReplicationSchedule. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Replication.ReplicationSchedule
Replication.ReplicationSchedule. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replication.ReplicationSchedule[]
Replication.ReplicationSchedule. 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.ReplicationSchedule Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Replication.ReplicationSchedule>
Replication.ReplicationSchedule. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type Replication.ReplicationSchedule Modifier and Type Method Description Replication.Builder
Replication.Builder. setReplicationSchedule(Replication.ReplicationSchedule value)
Required.
-