Skip to content

Commit

Permalink
feat: Automated regeneration of BackupDR client (#12509)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-11 13:17:04 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 11, 2024
1 parent d803507 commit 1d3eb93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/backup_dr/lib/google_api/backup_dr/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.BackupDR.V1 do
API client metadata for GoogleApi.BackupDR.V1.
"""

@discovery_revision "20241023"
@discovery_revision "20241030"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule GoogleApi.BackupDR.V1.Model.BackupPlanAssociation do
* `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}
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
* `resource` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. Resource name of workload on which backupplan is applied
* `resourceType` (*type:* `String.t`, *default:* `nil`) - Optional. Resource type of workload on which backupplan is applied
* `resourceType` (*type:* `String.t`, *default:* `nil`) - Optional. Required. Resource type of workload on which backupplan is applied
* `rulesConfigInfo` (*type:* `list(GoogleApi.BackupDR.V1.Model.RuleConfigInfo.t)`, *default:* `nil`) - Output only. The config info related to backup rules.
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The BackupPlanAssociation resource state.
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when the instance was updated.
Expand Down
2 changes: 1 addition & 1 deletion clients/backup_dr/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.BackupDR.Mixfile do
use Mix.Project

@version "0.14.1"
@version "0.14.2"

def project() do
[
Expand Down

0 comments on commit 1d3eb93

Please sign in to comment.