google-cloud-gke_backup-v1 0.1.0 → 0.3.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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/README.md +7 -7
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb +72 -84
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/operations.rb +15 -14
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/client.rb +2285 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/operations.rb +793 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/service_stub.rb +1472 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest.rb +54 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke.rb +7 -1
- data/lib/google/cloud/gke_backup/v1/rest.rb +37 -0
- data/lib/google/cloud/gke_backup/v1/version.rb +1 -1
- data/lib/google/cloud/gke_backup/v1.rb +7 -2
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/protobuf/empty.rb +0 -2
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +21 -13
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-gke_backup-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.18.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.18.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -50,28 +50,28 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: 1.
|
53
|
+
version: 1.26.3
|
54
54
|
type: :development
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 1.
|
60
|
+
version: 1.26.3
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: minitest
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '5.
|
67
|
+
version: '5.16'
|
68
68
|
type: :development
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: '5.
|
74
|
+
version: '5.16'
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: minitest-focus
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -106,14 +106,14 @@ dependencies:
|
|
106
106
|
requirements:
|
107
107
|
- - ">="
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: '
|
109
|
+
version: '13.0'
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - ">="
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: '
|
116
|
+
version: '13.0'
|
117
117
|
- !ruby/object:Gem::Dependency
|
118
118
|
name: redcarpet
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
@@ -177,6 +177,11 @@ files:
|
|
177
177
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/credentials.rb
|
178
178
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/operations.rb
|
179
179
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/paths.rb
|
180
|
+
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest.rb
|
181
|
+
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/client.rb
|
182
|
+
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/operations.rb
|
183
|
+
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/service_stub.rb
|
184
|
+
- lib/google/cloud/gke_backup/v1/rest.rb
|
180
185
|
- lib/google/cloud/gke_backup/v1/version.rb
|
181
186
|
- lib/google/cloud/gkebackup/v1/backup_pb.rb
|
182
187
|
- lib/google/cloud/gkebackup/v1/backup_plan_pb.rb
|
@@ -187,7 +192,9 @@ files:
|
|
187
192
|
- lib/google/cloud/gkebackup/v1/restore_plan_pb.rb
|
188
193
|
- lib/google/cloud/gkebackup/v1/volume_pb.rb
|
189
194
|
- proto_docs/README.md
|
195
|
+
- proto_docs/google/api/client.rb
|
190
196
|
- proto_docs/google/api/field_behavior.rb
|
197
|
+
- proto_docs/google/api/launch_stage.rb
|
191
198
|
- proto_docs/google/api/resource.rb
|
192
199
|
- proto_docs/google/cloud/gkebackup/v1/backup.rb
|
193
200
|
- proto_docs/google/cloud/gkebackup/v1/backup_plan.rb
|
@@ -215,15 +222,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
215
222
|
requirements:
|
216
223
|
- - ">="
|
217
224
|
- !ruby/object:Gem::Version
|
218
|
-
version: '2.
|
225
|
+
version: '2.6'
|
219
226
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
220
227
|
requirements:
|
221
228
|
- - ">="
|
222
229
|
- !ruby/object:Gem::Version
|
223
230
|
version: '0'
|
224
231
|
requirements: []
|
225
|
-
rubygems_version: 3.
|
232
|
+
rubygems_version: 3.4.2
|
226
233
|
signing_key:
|
227
234
|
specification_version: 4
|
228
|
-
summary:
|
235
|
+
summary: Backup for GKE is a managed Kubernetes workload backup and restore service
|
236
|
+
for GKE clusters.
|
229
237
|
test_files: []
|