File tree Expand file tree Collapse file tree
generated/google-apis-gkebackup_v1
lib/google/apis/gkebackup_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release history for google-apis-gkebackup_v1
22
3+ ### v0.46.0 (2025-05-21)
4+
5+ * Regenerated from discovery document revision 20250514
6+
37### v0.45.0 (2025-05-18)
48
59* Regenerated from discovery document revision 20250507
Original file line number Diff line number Diff line change @@ -342,8 +342,7 @@ class BackupChannel
342342 attr_accessor :description
343343
344344 # 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``.
347346 # Corresponds to the JSON property `destinationProject`
348347 # @return [String]
349348 attr_accessor :destination_project
@@ -2359,8 +2358,7 @@ class RestoreChannel
23592358 attr_accessor :description
23602359
23612360 # 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``.
23642362 # Corresponds to the JSON property `destinationProject`
23652363 # @return [String]
23662364 attr_accessor :destination_project
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module GkebackupV1
1818 # Version of the google-apis-gkebackup_v1 gem
19- GEM_VERSION = "0.45 .0"
19+ GEM_VERSION = "0.46 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.17.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250507 "
25+ REVISION = "20250514 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments