Skip to content

Commit a70f0dc

Browse files
feat: Automated regeneration of backupdr v1 client (googleapis#23511)
Auto-created at 2025-06-22 10:26:40 +0000 using the toys pull request generator.
1 parent 81085e6 commit a70f0dc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

generated/google-apis-backupdr_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-backupdr_v1
22

3+
### v0.32.0 (2025-06-22)
4+
5+
* Regenerated from discovery document revision 20250611
6+
37
### v0.31.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250605

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/classes.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,11 @@ class BackupPlanAssociation
11771177
# @return [String]
11781178
attr_accessor :name
11791179

1180-
# Required. Immutable. Resource name of workload on which backupplan is applied
1180+
# Required. Immutable. Resource name of workload on which the backup plan is
1181+
# applied. The format can either be the resource name (e.g., "projects/my-
1182+
# project/zones/us-central1-a/instances/my-instance") or the full resource URI (
1183+
# e.g., "https://www.googleapis.com/compute/v1/projects/my-project/zones/us-
1184+
# central1-a/instances/my-instance").
11811185
# Corresponds to the JSON property `resource`
11821186
# @return [String]
11831187
attr_accessor :resource

generated/google-apis-backupdr_v1/lib/google/apis/backupdr_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BackupdrV1
1818
# Version of the google-apis-backupdr_v1 gem
19-
GEM_VERSION = "0.31.0"
19+
GEM_VERSION = "0.32.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250605"
25+
REVISION = "20250611"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)