File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
generated/google-apis-gkebackup_v1
lib/google/apis/gkebackup_v1 Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-gkebackup_v1
2
2
3
+ ### v0.46.0 (2025-05-21)
4
+
5
+ * Regenerated from discovery document revision 20250514
6
+
3
7
### v0.45.0 (2025-05-18)
4
8
5
9
* Regenerated from discovery document revision 20250507
Original file line number Diff line number Diff line change @@ -342,8 +342,7 @@ class BackupChannel
342
342
attr_accessor :description
343
343
344
344
# Required. Immutable. The project where Backups are allowed to be stored. The
345
- # format is `projects/`project``. Currently, `project` can only be the project
346
- # number. Support for project IDs will be added in the future.
345
+ # format is `projects/`projectId`` or `projects/`projectNumber``.
347
346
# Corresponds to the JSON property `destinationProject`
348
347
# @return [String]
349
348
attr_accessor :destination_project
@@ -2359,8 +2358,7 @@ class RestoreChannel
2359
2358
attr_accessor :description
2360
2359
2361
2360
# Required. Immutable. The project into which the backups will be restored. The
2362
- # format is `projects/`project``. Currently, `project` can only be the project
2363
- # number. Support for project IDs will be added in the future.
2361
+ # format is `projects/`projectId`` or `projects/`projectNumber``.
2364
2362
# Corresponds to the JSON property `destinationProject`
2365
2363
# @return [String]
2366
2364
attr_accessor :destination_project
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module GkebackupV1
18
18
# Version of the google-apis-gkebackup_v1 gem
19
- GEM_VERSION = "0.45 .0"
19
+ GEM_VERSION = "0.46 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.17.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250507 "
25
+ REVISION = "20250514 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments