google-cloud-gke_backup-v1 0.4.0 → 0.5.1
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/lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb +79 -51
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/client.rb +88 -51
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest.rb +1 -0
- data/lib/google/cloud/gke_backup/v1/bindings_override.rb +255 -0
- data/lib/google/cloud/gke_backup/v1/rest.rb +1 -0
- data/lib/google/cloud/gke_backup/v1/version.rb +1 -1
- data/lib/google/cloud/gkebackup/v1/backup_plan_pb.rb +2 -1
- data/lib/google/cloud/gkebackup/v1/gkebackup_pb.rb +2 -1
- data/lib/google/cloud/gkebackup/v1/restore_pb.rb +5 -1
- data/lib/google/cloud/gkebackup/v1/restore_plan_pb.rb +2 -1
- data/proto_docs/google/cloud/gkebackup/v1/backup.rb +43 -31
- data/proto_docs/google/cloud/gkebackup/v1/backup_plan.rb +54 -13
- data/proto_docs/google/cloud/gkebackup/v1/common.rb +1 -1
- data/proto_docs/google/cloud/gkebackup/v1/gkebackup.rb +78 -76
- data/proto_docs/google/cloud/gkebackup/v1/restore.rb +194 -29
- data/proto_docs/google/cloud/gkebackup/v1/restore_plan.rb +40 -13
- data/proto_docs/google/cloud/gkebackup/v1/volume.rb +23 -20
- data/proto_docs/google/type/expr.rb +75 -0
- metadata +44 -2
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.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -44,6 +44,46 @@ dependencies:
|
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '1.0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: google-cloud-location
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0.4'
|
54
|
+
- - "<"
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: 2.a
|
57
|
+
type: :runtime
|
58
|
+
prerelease: false
|
59
|
+
version_requirements: !ruby/object:Gem::Requirement
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '0.4'
|
64
|
+
- - "<"
|
65
|
+
- !ruby/object:Gem::Version
|
66
|
+
version: 2.a
|
67
|
+
- !ruby/object:Gem::Dependency
|
68
|
+
name: google-iam-v1
|
69
|
+
requirement: !ruby/object:Gem::Requirement
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '0.4'
|
74
|
+
- - "<"
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: 2.a
|
77
|
+
type: :runtime
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: !ruby/object:Gem::Requirement
|
80
|
+
requirements:
|
81
|
+
- - ">="
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '0.4'
|
84
|
+
- - "<"
|
85
|
+
- !ruby/object:Gem::Version
|
86
|
+
version: 2.a
|
47
87
|
- !ruby/object:Gem::Dependency
|
48
88
|
name: google-style
|
49
89
|
requirement: !ruby/object:Gem::Requirement
|
@@ -181,6 +221,7 @@ files:
|
|
181
221
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/client.rb
|
182
222
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/operations.rb
|
183
223
|
- lib/google/cloud/gke_backup/v1/backup_for_gke/rest/service_stub.rb
|
224
|
+
- lib/google/cloud/gke_backup/v1/bindings_override.rb
|
184
225
|
- lib/google/cloud/gke_backup/v1/rest.rb
|
185
226
|
- lib/google/cloud/gke_backup/v1/version.rb
|
186
227
|
- lib/google/cloud/gkebackup/v1/backup_pb.rb
|
@@ -210,6 +251,7 @@ files:
|
|
210
251
|
- proto_docs/google/protobuf/field_mask.rb
|
211
252
|
- proto_docs/google/protobuf/timestamp.rb
|
212
253
|
- proto_docs/google/rpc/status.rb
|
254
|
+
- proto_docs/google/type/expr.rb
|
213
255
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
214
256
|
licenses:
|
215
257
|
- Apache-2.0
|