Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of BackupDR client #12509

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading