google-apis-gkebackup_v1 0.38.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: 520b8bcfeba3ded20d03df5d860e8f4608fb9d7f5548b8b7343d7167b493bd0f
4
- data.tar.gz: c0147b2cf4784214844fc4459eaed5aaca2eca1786cf37d5b8e196ba1a237c10
3
+ metadata.gz: 356b6b3a17a8314defcf98df5280a5d1d961d4f5faa8046197eed8a93191e1c3
4
+ data.tar.gz: 4f56a36e01a3c7c22ed576d60ed0ef5bbdbab630486a2a142dfe9a5a1f88755a
5
5
  SHA512:
6
- metadata.gz: 21cdd8fe568296963ccf66f1a5fde7a689e2ec2379d0a3e670a2c25126f66320d2f0b0ab3610f9ab1bb5860bd6e69579b825b8d005bb563f81e5eb698c97cad1
7
- data.tar.gz: be6b9d5abadb8e8c45a41ec95b222fec5e6781d3b43418a0a3126f07fac6a25109757ab36eff7bbf2dd88acc720f3180cc6c850b3b12623c261c4a92f0204e5a
6
+ metadata.gz: fe661906c1ea1e0dff94cb4d733743042a381289cf721ac33fe4e3d9a3879d7078a6a7bf8b9275c5a80c96abeb5c448604dccb0cb5687d11cc1a2ccb5a3a55b6
7
+ data.tar.gz: 75394ba8290bd8a254da5cdcd3bea9a78f193fbd00cd0bb5614b0a4f70fd09482a7f5fbcbe84f085d237e3a726099f480295fb69923ed4a53902f15692b885c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.39.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250101
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.38.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241203
@@ -252,7 +252,8 @@ module Google
252
252
  attr_accessor :state
253
253
 
254
254
  # Output only. Human-readable description of why the backup is in the current `
255
- # state`.
255
+ # state`. This field is only meant for human readability and should not be used
256
+ # programmatically as this field is not guaranteed to be consistent.
256
257
  # Corresponds to the JSON property `stateReason`
257
258
  # @return [String]
258
259
  attr_accessor :state_reason
@@ -433,6 +434,14 @@ module Google
433
434
  # @return [Hash<String,String>]
434
435
  attr_accessor :labels
435
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
+
436
445
  # Output only. The full name of the BackupPlan resource. Format: `projects/*/
437
446
  # locations/*/backupPlans/*`
438
447
  # Corresponds to the JSON property `name`
@@ -470,7 +479,8 @@ module Google
470
479
  attr_accessor :state
471
480
 
472
481
  # Output only. Human-readable description of why BackupPlan is in the current `
473
- # state`
482
+ # state`. This field is only meant for human readability and should not be used
483
+ # programmatically as this field is not guaranteed to be consistent.
474
484
  # Corresponds to the JSON property `stateReason`
475
485
  # @return [String]
476
486
  attr_accessor :state_reason
@@ -500,6 +510,7 @@ module Google
500
510
  @description = args[:description] if args.key?(:description)
501
511
  @etag = args[:etag] if args.key?(:etag)
502
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)
503
514
  @name = args[:name] if args.key?(:name)
504
515
  @protected_pod_count = args[:protected_pod_count] if args.key?(:protected_pod_count)
505
516
  @retention_policy = args[:retention_policy] if args.key?(:retention_policy)
@@ -1834,7 +1845,8 @@ module Google
1834
1845
  attr_accessor :state
1835
1846
 
1836
1847
  # Output only. Human-readable description of why the Restore is in its current
1837
- # state.
1848
+ # state. This field is only meant for human readability and should not be used
1849
+ # programmatically as this field is not guaranteed to be consistent.
1838
1850
  # Corresponds to the JSON property `stateReason`
1839
1851
  # @return [String]
1840
1852
  attr_accessor :state_reason
@@ -2098,7 +2110,8 @@ module Google
2098
2110
  attr_accessor :state
2099
2111
 
2100
2112
  # Output only. Human-readable description of why RestorePlan is in the current `
2101
- # state`
2113
+ # state`. This field is only meant for human readability and should not be used
2114
+ # programmatically as this field is not guaranteed to be consistent.
2102
2115
  # Corresponds to the JSON property `stateReason`
2103
2116
  # @return [String]
2104
2117
  attr_accessor :state_reason
@@ -2604,7 +2617,8 @@ module Google
2604
2617
  attr_accessor :state
2605
2618
 
2606
2619
  # Output only. A human readable message explaining why the VolumeBackup is in
2607
- # its current state.
2620
+ # its current state. This field is only meant for human consumption and should
2621
+ # not be used programmatically as this field is not guaranteed to be consistent.
2608
2622
  # Corresponds to the JSON property `stateMessage`
2609
2623
  # @return [String]
2610
2624
  attr_accessor :state_message
@@ -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.38.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
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,14 +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.38.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.40.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Backup for GKE API V1
82
79
  test_files: []