Skip to content

Commit aa57a94

Browse files
feat: Automated regeneration of BackupDR client (googleapis#12362)
Auto-created at 2024-10-18 13:17:46 +0000 using the toys pull request generator.
1 parent f84fbfa commit aa57a94

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

clients/backup_dr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_backup_dr, "~> 0.12"}]
14+
[{:google_api_backup_dr, "~> 0.13"}]
1515
end
1616
```
1717

clients/backup_dr/lib/google_api/backup_dr/v1/api/projects.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ defmodule GoogleApi.BackupDR.V1.Api.Projects do
915915
* `:allowMissing` (*type:* `boolean()`) - Optional. If true and the BackupVault is not found, the request will succeed but no action will be taken.
916916
* `:etag` (*type:* `String.t`) - The current etag of the backup vault. If an etag is provided and does not match the current etag of the connection, deletion will be blocked.
917917
* `:force` (*type:* `boolean()`) - Optional. If set to true, any data source from this backup vault will also be deleted.
918+
* `:ignoreBackupPlanReferences` (*type:* `boolean()`) - Optional. If set to true, backupvault deletion will proceed even if there are backup plans referencing the backupvault. The default is 'false'.
918919
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
919920
* `:validateOnly` (*type:* `boolean()`) - Optional. Only validate the request, but do not perform mutations. The default is 'false'.
920921
* `opts` (*type:* `keyword()`) - Call options
@@ -955,6 +956,7 @@ defmodule GoogleApi.BackupDR.V1.Api.Projects do
955956
:allowMissing => :query,
956957
:etag => :query,
957958
:force => :query,
959+
:ignoreBackupPlanReferences => :query,
958960
:requestId => :query,
959961
:validateOnly => :query
960962
}

clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex

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

23-
@discovery_revision "20241002"
23+
@discovery_revision "20241009"
2424

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

clients/backup_dr/mix.exs

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

21-
@version "0.12.1"
21+
@version "0.13.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)