google-cloud-container_analysis-v1 0.1.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +93 -9
- 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 +6 -5
- 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 +17 -9
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container_analysis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.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: 2021-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: google-cloud-errors
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,14 +78,14 @@ dependencies:
|
|
78
78
|
requirements:
|
79
79
|
- - "~>"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: 1.
|
81
|
+
version: 1.25.1
|
82
82
|
type: :development
|
83
83
|
prerelease: false
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
85
85
|
requirements:
|
86
86
|
- - "~>"
|
87
87
|
- !ruby/object:Gem::Version
|
88
|
-
version: 1.
|
88
|
+
version: 1.25.1
|
89
89
|
- !ruby/object:Gem::Dependency
|
90
90
|
name: minitest
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -186,7 +186,9 @@ dependencies:
|
|
186
186
|
version: '0.9'
|
187
187
|
description: The Container Analysis API is an implementation of Grafeas. It stores,
|
188
188
|
and enables querying and retrieval of, critical metadata about all of your software
|
189
|
-
artifacts.
|
189
|
+
artifacts. Note that google-cloud-container_analysis-v1 is a version-specific client
|
190
|
+
library. For most uses, we recommend installing the main client library google-cloud-container_analysis
|
191
|
+
instead. See the readme for more details.
|
190
192
|
email: googleapis-packages@google.com
|
191
193
|
executables: []
|
192
194
|
extensions: []
|
@@ -202,17 +204,23 @@ files:
|
|
202
204
|
- lib/google/cloud/container_analysis/v1/container_analysis/client.rb
|
203
205
|
- lib/google/cloud/container_analysis/v1/container_analysis/credentials.rb
|
204
206
|
- lib/google/cloud/container_analysis/v1/container_analysis/helpers.rb
|
207
|
+
- lib/google/cloud/container_analysis/v1/container_analysis/paths.rb
|
205
208
|
- lib/google/cloud/container_analysis/v1/version.rb
|
206
209
|
- lib/google/devtools/containeranalysis/v1/containeranalysis_pb.rb
|
207
210
|
- lib/google/devtools/containeranalysis/v1/containeranalysis_services_pb.rb
|
208
211
|
- proto_docs/README.md
|
209
212
|
- proto_docs/google/api/field_behavior.rb
|
210
213
|
- proto_docs/google/api/resource.rb
|
214
|
+
- proto_docs/google/devtools/containeranalysis/v1/containeranalysis.rb
|
211
215
|
- proto_docs/google/iam/v1/iam_policy.rb
|
212
216
|
- proto_docs/google/iam/v1/options.rb
|
213
217
|
- proto_docs/google/iam/v1/policy.rb
|
214
218
|
- proto_docs/google/protobuf/timestamp.rb
|
215
219
|
- proto_docs/google/type/expr.rb
|
220
|
+
- proto_docs/grafeas/v1/common.rb
|
221
|
+
- proto_docs/grafeas/v1/cvss.rb
|
222
|
+
- proto_docs/grafeas/v1/package.rb
|
223
|
+
- proto_docs/grafeas/v1/vulnerability.rb
|
216
224
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
217
225
|
licenses:
|
218
226
|
- Apache-2.0
|
@@ -225,14 +233,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
225
233
|
requirements:
|
226
234
|
- - ">="
|
227
235
|
- !ruby/object:Gem::Version
|
228
|
-
version: '2.
|
236
|
+
version: '2.5'
|
229
237
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
230
238
|
requirements:
|
231
239
|
- - ">="
|
232
240
|
- !ruby/object:Gem::Version
|
233
241
|
version: '0'
|
234
242
|
requirements: []
|
235
|
-
rubygems_version: 3.
|
243
|
+
rubygems_version: 3.2.13
|
236
244
|
signing_key:
|
237
245
|
specification_version: 4
|
238
246
|
summary: API Client library for the Container Analysis V1 API
|