google-apis-gkebackup_v1 0.37.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82b41e6381d0406db423001d78f57cf37aae0e18625d40a7e64f3e2de5ed9d4f
4
- data.tar.gz: 22761d8d1222e525bb301ccd09c1aecd2ea4f5e286651812211219f61120fa9f
3
+ metadata.gz: 6148b216a3de71be360cb4eff61fbc351c4dd872fc7e5577579d89efccd2b412
4
+ data.tar.gz: 2166a533cf64eebd690c1c4c0b51851dabfc9ae8b89fb4c1393494232b2ec652
5
5
  SHA512:
6
- metadata.gz: a63dc64a89b302001b7c48768662cd40eed98bb15871453893c6ae718936c661ec1b5db908992d1dbe4a6529a208649256ddc0b763ed833b6b6ec7bf107be0b3
7
- data.tar.gz: a09ae86cde57f692a417cde866b3e63760951b0c0edcf287b021989f6fe259d09c8ff6f9f4b21b3759c9383d1399193efa85e546a4740e83d3fb23e78ebc2d62
6
+ metadata.gz: 946d1bb30649e9764f81abf35792091cfc4faa7e0192364f321828b527f2e24c50c923780635c74bb4007cd929c11b0be221d985c080942b0ea3ca4f76009f65
7
+ data.tar.gz: c719d0d483a41bbb644893eb85fae1db7faad2810cde84e6fdaf1ded346dbe258d89f378b1ba8e80aad89545a4c2dec0de1b8ec50f5c574083561925a7858991
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.39.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250101
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.38.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241203
11
+
3
12
  ### v0.37.0 (2024-11-17)
4
13
 
5
14
  * Regenerated from discovery document revision 20241106
@@ -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
@@ -470,7 +471,8 @@ module Google
470
471
  attr_accessor :state
471
472
 
472
473
  # Output only. Human-readable description of why BackupPlan is in the current `
473
- # state`
474
+ # state`. This field is only meant for human readability and should not be used
475
+ # programmatically as this field is not guaranteed to be consistent.
474
476
  # Corresponds to the JSON property `stateReason`
475
477
  # @return [String]
476
478
  attr_accessor :state_reason
@@ -1511,9 +1513,9 @@ module Google
1511
1513
  attr_accessor :end_time
1512
1514
 
1513
1515
  # Output only. Identifies whether the user has requested cancellation of the
1514
- # operation. Operations that have successfully been cancelled have Operation.
1515
- # error value with a google.rpc.Status.code of 1, corresponding to `Code.
1516
- # CANCELLED`.
1516
+ # operation. Operations that have successfully been cancelled have google.
1517
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
1518
+ # corresponding to `Code.CANCELLED`.
1517
1519
  # Corresponds to the JSON property `requestedCancellation`
1518
1520
  # @return [Boolean]
1519
1521
  attr_accessor :requested_cancellation
@@ -1834,7 +1836,8 @@ module Google
1834
1836
  attr_accessor :state
1835
1837
 
1836
1838
  # Output only. Human-readable description of why the Restore is in its current
1837
- # state.
1839
+ # state. This field is only meant for human readability and should not be used
1840
+ # programmatically as this field is not guaranteed to be consistent.
1838
1841
  # Corresponds to the JSON property `stateReason`
1839
1842
  # @return [String]
1840
1843
  attr_accessor :state_reason
@@ -2098,7 +2101,8 @@ module Google
2098
2101
  attr_accessor :state
2099
2102
 
2100
2103
  # Output only. Human-readable description of why RestorePlan is in the current `
2101
- # state`
2104
+ # state`. This field is only meant for human readability and should not be used
2105
+ # programmatically as this field is not guaranteed to be consistent.
2102
2106
  # Corresponds to the JSON property `stateReason`
2103
2107
  # @return [String]
2104
2108
  attr_accessor :state_reason
@@ -2604,7 +2608,8 @@ module Google
2604
2608
  attr_accessor :state
2605
2609
 
2606
2610
  # Output only. A human readable message explaining why the VolumeBackup is in
2607
- # its current state.
2611
+ # its current state. This field is only meant for human consumption and should
2612
+ # not be used programmatically as this field is not guaranteed to be consistent.
2608
2613
  # Corresponds to the JSON property `stateMessage`
2609
2614
  # @return [String]
2610
2615
  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.37.0"
19
+ GEM_VERSION = "0.39.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 = "20241106"
25
+ REVISION = "20250101"
26
26
  end
27
27
  end
28
28
  end
@@ -1012,8 +1012,8 @@ module Google
1012
1012
  # Clients can use Operations.GetOperation or other methods to check whether the
1013
1013
  # cancellation succeeded or whether the operation completed despite cancellation.
1014
1014
  # On successful cancellation, the operation is not deleted; instead, it becomes
1015
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
1016
- # corresponding to `Code.CANCELLED`.
1015
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
1016
+ # , corresponding to `Code.CANCELLED`.
1017
1017
  # @param [String] name
1018
1018
  # The name of the operation resource to be cancelled.
1019
1019
  # @param [Google::Apis::GkebackupV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
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.37.0
4
+ version: 0.39.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-04 00:00:00.000000000 Z
10
+ date: 2025-01-12 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.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.39.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.22
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Backup for GKE API V1
82
79
  test_files: []