Skip to content

Commit

Permalink
feat: Automated regeneration of BigtableAdmin client (#12674)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-10 13:18:23 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 10, 2024
1 parent a3c6902 commit db23cdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion clients/bigtable_admin/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.BigtableAdmin.Mixfile do
use Mix.Project

@version "0.30.1"
@version "0.30.2"

def project() do
[
Expand Down

0 comments on commit db23cdb

Please sign in to comment.