Uses of Class
com.google.cloud.redis.v1beta1.PersistenceConfig.SnapshotPeriod
-
Packages that use PersistenceConfig.SnapshotPeriod Package Description com.google.cloud.redis.v1beta1 A client to Google Cloud Memorystore for Redis API -
-
Uses of PersistenceConfig.SnapshotPeriod in com.google.cloud.redis.v1beta1
Methods in com.google.cloud.redis.v1beta1 that return PersistenceConfig.SnapshotPeriod Modifier and Type Method Description static PersistenceConfig.SnapshotPeriod
PersistenceConfig.SnapshotPeriod. forNumber(int value)
PersistenceConfig.SnapshotPeriod
PersistenceConfig.Builder. getRdbSnapshotPeriod()
Optional.PersistenceConfig.SnapshotPeriod
PersistenceConfig. getRdbSnapshotPeriod()
Optional.PersistenceConfig.SnapshotPeriod
PersistenceConfigOrBuilder. getRdbSnapshotPeriod()
Optional.static PersistenceConfig.SnapshotPeriod
PersistenceConfig.SnapshotPeriod. valueOf(int value)
Deprecated.static PersistenceConfig.SnapshotPeriod
PersistenceConfig.SnapshotPeriod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PersistenceConfig.SnapshotPeriod
PersistenceConfig.SnapshotPeriod. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistenceConfig.SnapshotPeriod[]
PersistenceConfig.SnapshotPeriod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.redis.v1beta1 that return types with arguments of type PersistenceConfig.SnapshotPeriod Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PersistenceConfig.SnapshotPeriod>
PersistenceConfig.SnapshotPeriod. internalGetValueMap()
Methods in com.google.cloud.redis.v1beta1 with parameters of type PersistenceConfig.SnapshotPeriod Modifier and Type Method Description PersistenceConfig.Builder
PersistenceConfig.Builder. setRdbSnapshotPeriod(PersistenceConfig.SnapshotPeriod value)
Optional.
-