| Modifier and Type | Method and Description |
|---|---|
static PersistenceConfig.SnapshotPeriod |
PersistenceConfig.SnapshotPeriod.forNumber(int value) |
PersistenceConfig.SnapshotPeriod |
PersistenceConfig.getRdbSnapshotPeriod()
Optional.
|
PersistenceConfig.SnapshotPeriod |
PersistenceConfig.Builder.getRdbSnapshotPeriod()
Optional.
|
PersistenceConfig.SnapshotPeriod |
PersistenceConfigOrBuilder.getRdbSnapshotPeriod()
Optional.
|
static PersistenceConfig.SnapshotPeriod |
PersistenceConfig.SnapshotPeriod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PersistenceConfig.SnapshotPeriod |
PersistenceConfig.SnapshotPeriod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<PersistenceConfig.SnapshotPeriod> |
PersistenceConfig.SnapshotPeriod.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PersistenceConfig.Builder |
PersistenceConfig.Builder.setRdbSnapshotPeriod(PersistenceConfig.SnapshotPeriod value)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.