From fea5671a4ba3e41f4822c5ca9e184a9d6d4fecb3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 16 Nov 2024 13:19:11 +0000 Subject: [PATCH] feat: Automated regeneration of BackupDR client --- clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex | 2 +- .../backup_dr/lib/google_api/backup_dr/v1/model/backup_rule.ex | 2 +- clients/backup_dr/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex b/clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex index bd56e14f49..960b731129 100644 --- a/clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex +++ b/clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.BackupDR.V1 do API client metadata for GoogleApi.BackupDR.V1. """ - @discovery_revision "20241030" + @discovery_revision "20241106" def discovery_revision(), do: @discovery_revision end diff --git a/clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_rule.ex b/clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_rule.ex index 750f3397e4..cccc17abd6 100644 --- a/clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_rule.ex +++ b/clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_rule.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.BackupDR.V1.Model.BackupRule do ## Attributes - * `backupRetentionDays` (*type:* `integer()`, *default:* `nil`) - Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. + * `backupRetentionDays` (*type:* `integer()`, *default:* `nil`) - Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily backups. Minimum value is 7 and maximum value is 186 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 30 and maximum value is 36159 for yearly backups. * `ruleId` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/. * `standardSchedule` (*type:* `GoogleApi.BackupDR.V1.Model.StandardSchedule.t`, *default:* `nil`) - Required. Defines a schedule that runs within the confines of a defined window of time. """ diff --git a/clients/backup_dr/mix.exs b/clients/backup_dr/mix.exs index 7f133091c0..78b85eb8fb 100644 --- a/clients/backup_dr/mix.exs +++ b/clients/backup_dr/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.BackupDR.Mixfile do use Mix.Project - @version "0.14.2" + @version "0.14.3" def project() do [