Skip to content

Commit db23cdb

Browse files
feat: Automated regeneration of BigtableAdmin client (googleapis#12674)
Auto-created at 2024-12-10 13:18:23 +0000 using the toys pull request generator.
1 parent a3c6902 commit db23cdb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.BigtableAdmin.V2 do
2020
API client metadata for GoogleApi.BigtableAdmin.V2.
2121
"""
2222

23-
@discovery_revision "20241008"
23+
@discovery_revision "20241203"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/automated_backup_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.AutomatedBackupPolicy do
2222
## Attributes
2323
2424
* `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.
25-
* `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.
25+
* `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.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/bigtable_admin/lib/google_api/bigtable_admin/v2/model/restore_table_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.BigtableAdmin.V2.Model.RestoreTableMetadata do
2323
2424
* `backupInfo` (*type:* `GoogleApi.BigtableAdmin.V2.Model.BackupInfo.t`, *default:* `nil`) -
2525
* `name` (*type:* `String.t`, *default:* `nil`) - Name of the table being created and restored to.
26-
* `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.
26+
* `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.
2727
* `progress` (*type:* `GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t`, *default:* `nil`) - The progress of the RestoreTable operation.
2828
* `sourceType` (*type:* `String.t`, *default:* `nil`) - The type of the restore source.
2929
"""

clients/bigtable_admin/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.BigtableAdmin.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.30.1"
21+
@version "0.30.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)