File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
generated/google-apis-backupdr_v1
lib/google/apis/backupdr_v1 Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-backupdr_v1
2
2
3
+ ### v0.32.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250611
6
+
3
7
### v0.31.0 (2025-06-15)
4
8
5
9
* Regenerated from discovery document revision 20250605
Original file line number Diff line number Diff line change @@ -1177,7 +1177,11 @@ class BackupPlanAssociation
1177
1177
# @return [String]
1178
1178
attr_accessor :name
1179
1179
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").
1181
1185
# Corresponds to the JSON property `resource`
1182
1186
# @return [String]
1183
1187
attr_accessor :resource
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module BackupdrV1
18
18
# Version of the google-apis-backupdr_v1 gem
19
- GEM_VERSION = "0.31 .0"
19
+ GEM_VERSION = "0.32 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250605 "
25
+ REVISION = "20250611 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments