diff --git a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex index d582d3b7c4..178729236d 100644 --- a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex +++ b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.BigtableAdmin.V2 do API client metadata for GoogleApi.BigtableAdmin.V2. """ - @discovery_revision "20241008" + @discovery_revision "20241203" def discovery_revision(), do: @discovery_revision end diff --git a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex index 91c59b3c93..0e66ae4b8c 100644 --- a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex +++ b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.AutomatedBackupPolicy do ## Attributes * `frequency` (*type:* `String.t`, *default:* `nil`) - How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours. - * `retentionPeriod` (*type:* `String.t`, *default:* `nil`) - Required. How long the automated backups should be retained. The only supported value at this time is 3 days. + * `retentionPeriod` (*type:* `String.t`, *default:* `nil`) - Required. How long the automated backups should be retained. Values must be at least 3 days and at most 90 days. """ use GoogleApi.Gax.ModelBase diff --git a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/restore_table_metadata.ex b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/restore_table_metadata.ex index 1c0317b170..ae1aec0a6e 100644 --- a/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/restore_table_metadata.ex +++ b/clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/restore_table_metadata.ex @@ -23,7 +23,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.RestoreTableMetadata do * `backupInfo` (*type:* `GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t`, *default:* `nil`) - * `name` (*type:* `String.t`, *default:* `nil`) - Name of the table being created and restored to. - * `optimizeTableOperationName` (*type:* `String.t`, *default:* `nil`) - If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful. + * `optimizeTableOperationName` (*type:* `String.t`, *default:* `nil`) - If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoredTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful. * `progress` (*type:* `GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t`, *default:* `nil`) - The progress of the RestoreTable operation. * `sourceType` (*type:* `String.t`, *default:* `nil`) - The type of the restore source. """ diff --git a/clients/bigtable_admin/mix.exs b/clients/bigtable_admin/mix.exs index 98e15ee66e..556cd089d3 100644 --- a/clients/bigtable_admin/mix.exs +++ b/clients/bigtable_admin/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.BigtableAdmin.Mixfile do use Mix.Project - @version "0.30.1" + @version "0.30.2" def project() do [