google-cloud-container_analysis-v1 0.1.2 → 0.4.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/LICENSE.md +188 -190
- data/README.md +66 -2
- data/lib/google/cloud/container_analysis/v1.rb +3 -0
- data/lib/google/cloud/container_analysis/v1/container_analysis.rb +1 -0
- data/lib/google/cloud/container_analysis/v1/container_analysis/client.rb +92 -8
- data/lib/google/cloud/container_analysis/v1/container_analysis/paths.rb +47 -0
- data/lib/google/cloud/container_analysis/v1/version.rb +1 -1
- data/lib/google/devtools/containeranalysis/v1/containeranalysis_pb.rb +19 -0
- data/lib/google/devtools/containeranalysis/v1/containeranalysis_services_pb.rb +7 -6
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/api/resource.rb +50 -14
- data/proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb +68 -0
- data/proto_docs/google/protobuf/timestamp.rb +10 -1
- data/proto_docs/grafeas/v1/common.rb +118 -0
- data/proto_docs/grafeas/v1/cvss.rb +111 -0
- data/proto_docs/grafeas/v1/package.rb +144 -0
- data/proto_docs/grafeas/v1/vulnerability.rb +245 -0
- metadata +27 -13
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container_analysis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 0.4.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:
|
11
|
+
date: 2021-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.5'
|
20
|
+
- - "<"
|
18
21
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.5'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: google-cloud-errors
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -61,7 +67,7 @@ dependencies:
|
|
61
67
|
version: 0.6.10
|
62
68
|
- - "<"
|
63
69
|
- !ruby/object:Gem::Version
|
64
|
-
version:
|
70
|
+
version: 2.a
|
65
71
|
type: :runtime
|
66
72
|
prerelease: false
|
67
73
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -71,21 +77,21 @@ dependencies:
|
|
71
77
|
version: 0.6.10
|
72
78
|
- - "<"
|
73
79
|
- !ruby/object:Gem::Version
|
74
|
-
version:
|
80
|
+
version: 2.a
|
75
81
|
- !ruby/object:Gem::Dependency
|
76
82
|
name: google-style
|
77
83
|
requirement: !ruby/object:Gem::Requirement
|
78
84
|
requirements:
|
79
85
|
- - "~>"
|
80
86
|
- !ruby/object:Gem::Version
|
81
|
-
version: 1.
|
87
|
+
version: 1.25.1
|
82
88
|
type: :development
|
83
89
|
prerelease: false
|
84
90
|
version_requirements: !ruby/object:Gem::Requirement
|
85
91
|
requirements:
|
86
92
|
- - "~>"
|
87
93
|
- !ruby/object:Gem::Version
|
88
|
-
version: 1.
|
94
|
+
version: 1.25.1
|
89
95
|
- !ruby/object:Gem::Dependency
|
90
96
|
name: minitest
|
91
97
|
requirement: !ruby/object:Gem::Requirement
|
@@ -186,7 +192,9 @@ dependencies:
|
|
186
192
|
version: '0.9'
|
187
193
|
description: The Container Analysis API is an implementation of Grafeas. It stores,
|
188
194
|
and enables querying and retrieval of, critical metadata about all of your software
|
189
|
-
artifacts.
|
195
|
+
artifacts. Note that google-cloud-container_analysis-v1 is a version-specific client
|
196
|
+
library. For most uses, we recommend installing the main client library google-cloud-container_analysis
|
197
|
+
instead. See the readme for more details.
|
190
198
|
email: googleapis-packages@google.com
|
191
199
|
executables: []
|
192
200
|
extensions: []
|
@@ -202,17 +210,23 @@ files:
|
|
202
210
|
- lib/google/cloud/container_analysis/v1/container_analysis/client.rb
|
203
211
|
- lib/google/cloud/container_analysis/v1/container_analysis/credentials.rb
|
204
212
|
- lib/google/cloud/container_analysis/v1/container_analysis/helpers.rb
|
213
|
+
- lib/google/cloud/container_analysis/v1/container_analysis/paths.rb
|
205
214
|
- lib/google/cloud/container_analysis/v1/version.rb
|
206
215
|
- lib/google/devtools/containeranalysis/v1/containeranalysis_pb.rb
|
207
216
|
- lib/google/devtools/containeranalysis/v1/containeranalysis_services_pb.rb
|
208
217
|
- proto_docs/README.md
|
209
218
|
- proto_docs/google/api/field_behavior.rb
|
210
219
|
- proto_docs/google/api/resource.rb
|
220
|
+
- proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb
|
211
221
|
- proto_docs/google/iam/v1/iam_policy.rb
|
212
222
|
- proto_docs/google/iam/v1/options.rb
|
213
223
|
- proto_docs/google/iam/v1/policy.rb
|
214
224
|
- proto_docs/google/protobuf/timestamp.rb
|
215
225
|
- proto_docs/google/type/expr.rb
|
226
|
+
- proto_docs/grafeas/v1/common.rb
|
227
|
+
- proto_docs/grafeas/v1/cvss.rb
|
228
|
+
- proto_docs/grafeas/v1/package.rb
|
229
|
+
- proto_docs/grafeas/v1/vulnerability.rb
|
216
230
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
217
231
|
licenses:
|
218
232
|
- Apache-2.0
|
@@ -225,14 +239,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
225
239
|
requirements:
|
226
240
|
- - ">="
|
227
241
|
- !ruby/object:Gem::Version
|
228
|
-
version: '2.
|
242
|
+
version: '2.5'
|
229
243
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
230
244
|
requirements:
|
231
245
|
- - ">="
|
232
246
|
- !ruby/object:Gem::Version
|
233
247
|
version: '0'
|
234
248
|
requirements: []
|
235
|
-
rubygems_version: 3.
|
249
|
+
rubygems_version: 3.2.17
|
236
250
|
signing_key:
|
237
251
|
specification_version: 4
|
238
252
|
summary: API Client library for the Container Analysis V1 API
|