google-apis-gkebackup_v1 0.63.0 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82a15e2072d436e84aacbcc99392ef3fa467efd700ec321b0e582145623e05da
4
- data.tar.gz: c472976f139c7ef221adc720fc231fac65b96d4c6fe7f09dfa6aa42882b58d51
3
+ metadata.gz: acc3ca9648443007eb08eb8ba242459e85ede10c1161281f38ed50b731c4cd81
4
+ data.tar.gz: 47a0f382b6ece16b8c91ed8567d40dc15980ca572d3039aa1c09e9c79a92aef4
5
5
  SHA512:
6
- metadata.gz: 7a019917227760fd84a7532756221461ae40223176d9af157d501b944a59843c426baa764a5c27595ae8995e719a512ef546c277d55eacf38783e4a323cc17e8
7
- data.tar.gz: d07cdf8e2324f56b96bd984728caa561e22ffd9372656d991d131ded11b7d21789721e54108722ca0d337a5a7dd5341d814a51b1109f7e4b6a225f4974dcda5a
6
+ metadata.gz: f08d1a6f580348b1e1844c2dd4cf4e6a613441df74f9b005e0cfbdaa096b41569cdc60cb99e96e1b5f8587f9b49d435048b1816c95f5ee4cfed996186f377d3c
7
+ data.tar.gz: d96c5f86d04782e61cb4b2076f60d9bde3bfbc4000f06cee57102fd2832ee2f416025f40071faca58938ba716cf9afc2806ddf30fc5f9f3f4074bd94fa5e3dc3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.64.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260826
6
+
3
7
  ### v0.63.0 (2026-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260715
@@ -213,10 +213,15 @@ module Google
213
213
  end
214
214
 
215
215
  # Log entry for Backup and Restore Job for resources using BackupPlan based
216
- # protection. Next Id: 26
216
+ # protection. Next Id: 27
217
217
  class BdrBackupRestoreJobLog
218
218
  include Google::Apis::Core::Hashable
219
219
 
220
+ # The auto-protection policy that created the backup.
221
+ # Corresponds to the JSON property `autoProtectionPolicy`
222
+ # @return [String]
223
+ attr_accessor :auto_protection_policy
224
+
220
225
  # Backup consistency time.
221
226
  # Corresponds to the JSON property `backupConsistencyTime`
222
227
  # @return [String]
@@ -351,6 +356,7 @@ module Google
351
356
 
352
357
  # Update properties of this object
353
358
  def update!(**args)
359
+ @auto_protection_policy = args[:auto_protection_policy] if args.key?(:auto_protection_policy)
354
360
  @backup_consistency_time = args[:backup_consistency_time] if args.key?(:backup_consistency_time)
355
361
  @backup_name = args[:backup_name] if args.key?(:backup_name)
356
362
  @backup_plan_name = args[:backup_plan_name] if args.key?(:backup_plan_name)
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260715"
25
+ REVISION = "20260826"
26
26
  end
27
27
  end
28
28
  end
@@ -523,6 +523,7 @@ module Google
523
523
  class BdrBackupRestoreJobLog
524
524
  # @private
525
525
  class Representation < Google::Apis::Core::JsonRepresentation
526
+ property :auto_protection_policy, as: 'autoProtectionPolicy'
526
527
  property :backup_consistency_time, as: 'backupConsistencyTime'
527
528
  property :backup_name, as: 'backupName'
528
529
  property :backup_plan_name, as: 'backupPlanName'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkebackup_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.63.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.64.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
62
62
  rdoc_options: []
63
63
  require_paths: