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 @@ -290463,6 +290463,7 @@
290463290463"/gkebackup:v1/BDRBackupRestoreJobLog/sourceResourceLocation": source_resource_location
290464290464"/gkebackup:v1/BDRBackupRestoreJobLog/sourceResourceName": source_resource_name
290465290465"/gkebackup:v1/BDRBackupRestoreJobLog/startTime": start_time
290466+ "/gkebackup:v1/BDRBackupRestoreJobLog/storageTier": storage_tier
290466290467"/gkebackup:v1/BDRBackupRestoreJobLog/targetResourceType": target_resource_type
290467290468"/gkebackup:v1/Backup": backup
290468290469"/gkebackup:v1/Backup/allNamespaces": all_namespaces
Original file line number Diff line number Diff line change 11# Release history for google-apis-gkebackup_v1
22
3+ ### v0.62.0 (2026-07-12)
4+
5+ * Regenerated from discovery document revision 20260624
6+
37### v0.61.0 (2026-06-14)
48
59* Regenerated from discovery document revision 20260527
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ def update!(**args)
213213 end
214214
215215 # Log entry for Backup and Restore Job for resources using BackupPlan based
216- # protection. Next Id: 25
216+ # protection. Next Id: 26
217217 class BdrBackupRestoreJobLog
218218 include Google ::Apis ::Core ::Hashable
219219
@@ -335,6 +335,11 @@ class BdrBackupRestoreJobLog
335335 # @return [String]
336336 attr_accessor :start_time
337337
338+ # The storage tier associated with the backup.
339+ # Corresponds to the JSON property `storageTier`
340+ # @return [String]
341+ attr_accessor :storage_tier
342+
338343 # The target resource type for restore jobs.
339344 # Corresponds to the JSON property `targetResourceType`
340345 # @return [String]
@@ -369,6 +374,7 @@ def update!(**args)
369374 @source_resource_location = args [ :source_resource_location ] if args . key? ( :source_resource_location )
370375 @source_resource_name = args [ :source_resource_name ] if args . key? ( :source_resource_name )
371376 @start_time = args [ :start_time ] if args . key? ( :start_time )
377+ @storage_tier = args [ :storage_tier ] if args . key? ( :storage_tier )
372378 @target_resource_type = args [ :target_resource_type ] if args . key? ( :target_resource_type )
373379 end
374380 end
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.61 .0"
19+ GEM_VERSION = "0.62 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260527 "
25+ REVISION = "20260624 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -546,6 +546,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
546546 property :source_resource_location , as : 'sourceResourceLocation'
547547 property :source_resource_name , as : 'sourceResourceName'
548548 property :start_time , as : 'startTime'
549+ property :storage_tier , as : 'storageTier'
549550 property :target_resource_type , as : 'targetResourceType'
550551 end
551552 end
You can’t perform that action at this time.
0 commit comments