google-apis-gkebackup_v1 0.39.0 → 0.40.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: 6148b216a3de71be360cb4eff61fbc351c4dd872fc7e5577579d89efccd2b412
4
- data.tar.gz: 2166a533cf64eebd690c1c4c0b51851dabfc9ae8b89fb4c1393494232b2ec652
3
+ metadata.gz: 356b6b3a17a8314defcf98df5280a5d1d961d4f5faa8046197eed8a93191e1c3
4
+ data.tar.gz: 4f56a36e01a3c7c22ed576d60ed0ef5bbdbab630486a2a142dfe9a5a1f88755a
5
5
  SHA512:
6
- metadata.gz: 946d1bb30649e9764f81abf35792091cfc4faa7e0192364f321828b527f2e24c50c923780635c74bb4007cd929c11b0be221d985c080942b0ea3ca4f76009f65
7
- data.tar.gz: c719d0d483a41bbb644893eb85fae1db7faad2810cde84e6fdaf1ded346dbe258d89f378b1ba8e80aad89545a4c2dec0de1b8ec50f5c574083561925a7858991
6
+ metadata.gz: fe661906c1ea1e0dff94cb4d733743042a381289cf721ac33fe4e3d9a3879d7078a6a7bf8b9275c5a80c96abeb5c448604dccb0cb5687d11cc1a2ccb5a3a55b6
7
+ data.tar.gz: 75394ba8290bd8a254da5cdcd3bea9a78f193fbd00cd0bb5614b0a4f70fd09482a7f5fbcbe84f085d237e3a726099f480295fb69923ed4a53902f15692b885c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.40.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250226
6
+
3
7
  ### v0.39.0 (2025-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20250101
@@ -434,6 +434,14 @@ module Google
434
434
  # @return [Hash<String,String>]
435
435
  attr_accessor :labels
436
436
 
437
+ # Output only. Completion time of the last successful Backup. This is sourced
438
+ # from a successful Backup's complete_time field. This field is added to
439
+ # maintain consistency with BackupPlanBinding to display last successful backup
440
+ # time.
441
+ # Corresponds to the JSON property `lastSuccessfulBackupTime`
442
+ # @return [String]
443
+ attr_accessor :last_successful_backup_time
444
+
437
445
  # Output only. The full name of the BackupPlan resource. Format: `projects/*/
438
446
  # locations/*/backupPlans/*`
439
447
  # Corresponds to the JSON property `name`
@@ -502,6 +510,7 @@ module Google
502
510
  @description = args[:description] if args.key?(:description)
503
511
  @etag = args[:etag] if args.key?(:etag)
504
512
  @labels = args[:labels] if args.key?(:labels)
513
+ @last_successful_backup_time = args[:last_successful_backup_time] if args.key?(:last_successful_backup_time)
505
514
  @name = args[:name] if args.key?(:name)
506
515
  @protected_pod_count = args[:protected_pod_count] if args.key?(:protected_pod_count)
507
516
  @retention_policy = args[:retention_policy] if args.key?(:retention_policy)
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250101"
25
+ REVISION = "20250226"
26
26
  end
27
27
  end
28
28
  end
@@ -436,6 +436,7 @@ module Google
436
436
  property :description, as: 'description'
437
437
  property :etag, as: 'etag'
438
438
  hash :labels, as: 'labels'
439
+ property :last_successful_backup_time, as: 'lastSuccessfulBackupTime'
439
440
  property :name, as: 'name'
440
441
  property :protected_pod_count, as: 'protectedPodCount'
441
442
  property :retention_policy, as: 'retentionPolicy', class: Google::Apis::GkebackupV1::RetentionPolicy, decorator: Google::Apis::GkebackupV1::RetentionPolicy::Representation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkebackup_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.39.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.40.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Backup for GKE API V1
79
79
  test_files: []