The enum numeric value on the wire for rdbSnapshotPeriod.
getRdbSnapshotStartTime()
publicabstractTimestampgetRdbSnapshotStartTime()
Optional. Time that the first snapshot was/will be attempted, and to
which future snapshots will be aligned. If not provided, the current time
will be used.
Optional. Time that the first snapshot was/will be attempted, and to
which future snapshots will be aligned. If not provided, the current time
will be used.
Optional. Time that the first snapshot was/will be attempted, and to
which future snapshots will be aligned. If not provided, the current time
will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Interface PersistenceConfig.RDBConfigOrBuilder (0.18.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.18.0 (latest)](/java/docs/reference/google-cloud-valkey/latest/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-valkey/0.16.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.14.0](/java/docs/reference/google-cloud-valkey/0.14.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-valkey/0.13.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.10.0](/java/docs/reference/google-cloud-valkey/0.10.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-valkey/0.9.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-valkey/0.8.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-valkey/0.6.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-valkey/0.5.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-valkey/0.4.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-valkey/0.3.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-valkey/0.2.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-valkey/0.1.0/com.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfigOrBuilder) \n\n public static interface PersistenceConfig.RDBConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getRdbSnapshotPeriod()\n\n public abstract PersistenceConfig.RDBConfig.SnapshotPeriod getRdbSnapshotPeriod()\n\nOptional. Period between RDB snapshots.\n\n`\n.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfig.SnapshotPeriod rdb_snapshot_period = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getRdbSnapshotPeriodValue()\n\n public abstract int getRdbSnapshotPeriodValue()\n\nOptional. Period between RDB snapshots.\n\n`\n.google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfig.SnapshotPeriod rdb_snapshot_period = 1 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getRdbSnapshotStartTime()\n\n public abstract Timestamp getRdbSnapshotStartTime()\n\nOptional. Time that the first snapshot was/will be attempted, and to\nwhich future snapshots will be aligned. If not provided, the current time\nwill be used.\n\n`\n.google.protobuf.Timestamp rdb_snapshot_start_time = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getRdbSnapshotStartTimeOrBuilder()\n\n public abstract TimestampOrBuilder getRdbSnapshotStartTimeOrBuilder()\n\nOptional. Time that the first snapshot was/will be attempted, and to\nwhich future snapshots will be aligned. If not provided, the current time\nwill be used.\n\n`\n.google.protobuf.Timestamp rdb_snapshot_start_time = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### hasRdbSnapshotStartTime()\n\n public abstract boolean hasRdbSnapshotStartTime()\n\nOptional. Time that the first snapshot was/will be attempted, and to\nwhich future snapshots will be aligned. If not provided, the current time\nwill be used.\n\n`\n.google.protobuf.Timestamp rdb_snapshot_start_time = 2 [(.google.api.field_behavior) = OPTIONAL];\n`"]]