google-apis-gkebackup_v1 0.60.0 → 0.61.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: 8a53141e5459e2cf2fd53002fd73ee2e80f31da1ecc5904b455d32a620b72b42
4
- data.tar.gz: b3eed92199dbc1796e74daf2e94c30a7e86782b1c65abbc428358d222f25fbac
3
+ metadata.gz: cfab6ca629d513fb6e506db1767e66f714efbccf5b74826bab26da300e8c7d03
4
+ data.tar.gz: 7622167ad0fbb29720a4ca1ef97a9fa51d9f8ffb4bcf7b73ec422909d2f3d029
5
5
  SHA512:
6
- metadata.gz: 196a47a1caa53acba81562aeea107308e07e2ca0670848f4c3ae02f1f936fc1b69f66a8d6f6bcaa08aa205910426164a98b31d5b9b2bfba2e5bf22be6e94b2ea
7
- data.tar.gz: 65c14339ac0c9e0d9449b47d5bcfb162c10a6066dc6565a9979ecc2ee01f14c82536ac9153b6a8b02a65c86379592e740839caf735bced65a9df556b511c7377
6
+ metadata.gz: 40f1b15b3b3b3948de668f7edef7b7edaedad5f87ec224c6d204980a8e7d51d4b401c4522ec8c93fe8858e917774231c19d35a57c4e3cb8646cef08b3af6b4f8
7
+ data.tar.gz: f677a7761af7b4500eaaecc4dea3e8be14eeacccd5a317bb68373e4018c3d09aaf5603480997c3161509fc4ad00f4ca848616b215701f434afd639db0b9ff428
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.61.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260527
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.60.0 (2026-05-03)
4
9
 
5
10
  * Regenerated from discovery document revision 20260422
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/kubernetes-engine/docs/add-
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -213,7 +213,7 @@ 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: 24
216
+ # protection. Next Id: 25
217
217
  class BdrBackupRestoreJobLog
218
218
  include Google::Apis::Core::Hashable
219
219
 
@@ -335,6 +335,11 @@ module Google
335
335
  # @return [String]
336
336
  attr_accessor :start_time
337
337
 
338
+ # The target resource type for restore jobs.
339
+ # Corresponds to the JSON property `targetResourceType`
340
+ # @return [String]
341
+ attr_accessor :target_resource_type
342
+
338
343
  def initialize(**args)
339
344
  update!(**args)
340
345
  end
@@ -364,6 +369,7 @@ module Google
364
369
  @source_resource_location = args[:source_resource_location] if args.key?(:source_resource_location)
365
370
  @source_resource_name = args[:source_resource_name] if args.key?(:source_resource_name)
366
371
  @start_time = args[:start_time] if args.key?(:start_time)
372
+ @target_resource_type = args[:target_resource_type] if args.key?(:target_resource_type)
367
373
  end
368
374
  end
369
375
 
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260422"
25
+ REVISION = "20260527"
26
26
  end
27
27
  end
28
28
  end
@@ -546,6 +546,7 @@ module Google
546
546
  property :source_resource_location, as: 'sourceResourceLocation'
547
547
  property :source_resource_name, as: 'sourceResourceName'
548
548
  property :start_time, as: 'startTime'
549
+ property :target_resource_type, as: 'targetResourceType'
549
550
  end
550
551
  end
551
552
 
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.60.0
4
+ version: 0.61.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.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.61.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="