|
496 | 496 | * </tr>
|
497 | 497 | * <tr>
|
498 | 498 | * <td><p> CreateBackupSchedule</td>
|
499 |
| - * <td><p> Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule with retention up to 7 days and one weekly backup schedule with retention up to 14 weeks.</td> |
| 499 | + * <td><p> Creates a backup schedule on a database. At most two backup schedules can be configured on a database, one daily backup schedule and one weekly backup schedule.</td> |
500 | 500 | * <td>
|
501 | 501 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
|
502 | 502 | * <ul>
|
@@ -3240,8 +3240,7 @@ public final UnaryCallable<RestoreDatabaseRequest, Operation> restoreDatabaseCal
|
3240 | 3240 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3241 | 3241 | /**
|
3242 | 3242 | * Creates a backup schedule on a database. At most two backup schedules can be configured on a
|
3243 |
| - * database, one daily backup schedule with retention up to 7 days and one weekly backup schedule |
3244 |
| - * with retention up to 14 weeks. |
| 3243 | + * database, one daily backup schedule and one weekly backup schedule. |
3245 | 3244 | *
|
3246 | 3245 | * <p>Sample code:
|
3247 | 3246 | *
|
@@ -3276,8 +3275,7 @@ public final BackupSchedule createBackupSchedule(
|
3276 | 3275 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3277 | 3276 | /**
|
3278 | 3277 | * Creates a backup schedule on a database. At most two backup schedules can be configured on a
|
3279 |
| - * database, one daily backup schedule with retention up to 7 days and one weekly backup schedule |
3280 |
| - * with retention up to 14 weeks. |
| 3278 | + * database, one daily backup schedule and one weekly backup schedule. |
3281 | 3279 | *
|
3282 | 3280 | * <p>Sample code:
|
3283 | 3281 | *
|
@@ -3311,8 +3309,7 @@ public final BackupSchedule createBackupSchedule(String parent, BackupSchedule b
|
3311 | 3309 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3312 | 3310 | /**
|
3313 | 3311 | * Creates a backup schedule on a database. At most two backup schedules can be configured on a
|
3314 |
| - * database, one daily backup schedule with retention up to 7 days and one weekly backup schedule |
3315 |
| - * with retention up to 14 weeks. |
| 3312 | + * database, one daily backup schedule and one weekly backup schedule. |
3316 | 3313 | *
|
3317 | 3314 | * <p>Sample code:
|
3318 | 3315 | *
|
@@ -3342,8 +3339,7 @@ public final BackupSchedule createBackupSchedule(CreateBackupScheduleRequest req
|
3342 | 3339 | // AUTO-GENERATED DOCUMENTATION AND METHOD.
|
3343 | 3340 | /**
|
3344 | 3341 | * Creates a backup schedule on a database. At most two backup schedules can be configured on a
|
3345 |
| - * database, one daily backup schedule with retention up to 7 days and one weekly backup schedule |
3346 |
| - * with retention up to 14 weeks. |
| 3342 | + * database, one daily backup schedule and one weekly backup schedule. |
3347 | 3343 | *
|
3348 | 3344 | * <p>Sample code:
|
3349 | 3345 | *
|
@@ -3715,7 +3711,7 @@ public final BackupSchedule updateBackupSchedule(UpdateBackupScheduleRequest req
|
3715 | 3711 | * }
|
3716 | 3712 | * }</pre>
|
3717 | 3713 | *
|
3718 |
| - * @param name Required. The name of backup schedule. |
| 3714 | + * @param name Required. The name of the backup schedule. |
3719 | 3715 | * <p>Format `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
|
3720 | 3716 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
3721 | 3717 | */
|
@@ -3746,7 +3742,7 @@ public final void deleteBackupSchedule(BackupScheduleName name) {
|
3746 | 3742 | * }
|
3747 | 3743 | * }</pre>
|
3748 | 3744 | *
|
3749 |
| - * @param name Required. The name of backup schedule. |
| 3745 | + * @param name Required. The name of the backup schedule. |
3750 | 3746 | * <p>Format `projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`
|
3751 | 3747 | * @throws com.google.api.gax.rpc.ApiException if the remote call fails
|
3752 | 3748 | */
|
|
0 commit comments