Skip to content

Commit c80bff3

Browse files
feat: Automated regeneration of gkebackup v1 client (googleapis#23209)
Auto-created at 2025-05-21 21:16:33 +0000 using the toys pull request generator.
1 parent 1018bbe commit c80bff3

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

generated/google-apis-gkebackup_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-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

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-gkebackup_v1/lib/google/apis/gkebackup_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 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
2828
end

0 commit comments

Comments
 (0)