Skip to content

Commit 1d3eb93

Browse files
feat: Automated regeneration of BackupDR client (googleapis#12509)
Auto-created at 2024-11-11 13:17:04 +0000 using the toys pull request generator.
1 parent d803507 commit 1d3eb93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 "20241023"
23+
@discovery_revision "20241030"
2424

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

clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_plan_association.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.BackupDR.V1.Model.BackupPlanAssociation do
2626
* `dataSource` (*type:* `String.t`, *default:* `nil`) - Output only. Output Only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
2727
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
2828
* `resource` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. Resource name of workload on which backupplan is applied
29-
* `resourceType` (*type:* `String.t`, *default:* `nil`) - Optional. Resource type of workload on which backupplan is applied
29+
* `resourceType` (*type:* `String.t`, *default:* `nil`) - Optional. Required. Resource type of workload on which backupplan is applied
3030
* `rulesConfigInfo` (*type:* `list(GoogleApi.BackupDR.V1.Model.RuleConfigInfo.t)`, *default:* `nil`) - Output only. The config info related to backup rules.
3131
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The BackupPlanAssociation resource state.
3232
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when the instance was updated.

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.14.1"
21+
@version "0.14.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)