google-apis-gkebackup_v1 0.38.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/gkebackup_v1/classes.rb +10 -5
- data/lib/google/apis/gkebackup_v1/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6148b216a3de71be360cb4eff61fbc351c4dd872fc7e5577579d89efccd2b412
|
4
|
+
data.tar.gz: 2166a533cf64eebd690c1c4c0b51851dabfc9ae8b89fb4c1393494232b2ec652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 946d1bb30649e9764f81abf35792091cfc4faa7e0192364f321828b527f2e24c50c923780635c74bb4007cd929c11b0be221d985c080942b0ea3ca4f76009f65
|
7
|
+
data.tar.gz: c719d0d483a41bbb644893eb85fae1db7faad2810cde84e6fdaf1ded346dbe258d89f378b1ba8e80aad89545a4c2dec0de1b8ec50f5c574083561925a7858991
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
+
|
3
8
|
### v0.38.0 (2024-12-15)
|
4
9
|
|
5
10
|
* 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
|
@@ -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
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250101"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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:
|
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.
|
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.
|
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: []
|