google-apis-containeranalysis_v1beta1 0.21.0 → 0.24.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 334cd27e20f80dab07e0c29e861f098e5b199133a056ea1f8573ee375988e5d3
|
4
|
+
data.tar.gz: 3cdf335b9a5ed29b88c531f38ff75ba4ce9a621bdff86693a6dc96dfa31db3b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 911344878d4229fe1f3adf4cbb980f773d7a8ae64e9559532aeee5e912409bf7c87cc26a0c223a729a10a6f67d6574bd3ab83c89015af49f0f8a52fe42f5f7f2
|
7
|
+
data.tar.gz: 0b05927fea1bae9ea49e718aa01b399ec3ce29e95f3eea11d6a81317573f47a2075e776045fe32b8c4426006805a1b780e606330021916702eea386edaf2426e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1beta1
|
2
2
|
|
3
|
+
### v0.24.0 (2022-08-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220805
|
6
|
+
|
7
|
+
### v0.23.0 (2022-07-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220707
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
12
|
+
### v0.22.0 (2022-07-02)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.8.0
|
15
|
+
|
3
16
|
### v0.21.0 (2022-06-17)
|
4
17
|
|
5
18
|
* Regenerated using generator version 0.6.0
|
@@ -47,6 +47,26 @@ module Google
|
|
47
47
|
end
|
48
48
|
end
|
49
49
|
|
50
|
+
# Indicates which analysis completed successfully. Multiple types of analysis
|
51
|
+
# can be performed on a single resource.
|
52
|
+
class AnalysisCompleted
|
53
|
+
include Google::Apis::Core::Hashable
|
54
|
+
|
55
|
+
#
|
56
|
+
# Corresponds to the JSON property `analysisType`
|
57
|
+
# @return [Array<String>]
|
58
|
+
attr_accessor :analysis_type
|
59
|
+
|
60
|
+
def initialize(**args)
|
61
|
+
update!(**args)
|
62
|
+
end
|
63
|
+
|
64
|
+
# Update properties of this object
|
65
|
+
def update!(**args)
|
66
|
+
@analysis_type = args[:analysis_type] if args.key?(:analysis_type)
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
50
70
|
# Artifact describes a build product.
|
51
71
|
class Artifact
|
52
72
|
include Google::Apis::Core::Hashable
|
@@ -324,25 +344,28 @@ module Google
|
|
324
344
|
# anyone who is authenticated with a Google account or a service account. * `
|
325
345
|
# user:`emailid``: An email address that represents a specific Google account.
|
326
346
|
# For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
|
327
|
-
# address that represents a service account. For example, `my-other-app@
|
328
|
-
# gserviceaccount.com`. * `
|
329
|
-
#
|
330
|
-
#
|
331
|
-
#
|
332
|
-
#
|
333
|
-
#
|
334
|
-
#
|
335
|
-
#
|
336
|
-
#
|
337
|
-
#
|
338
|
-
# emailid
|
339
|
-
#
|
340
|
-
#
|
341
|
-
#
|
342
|
-
#
|
343
|
-
#
|
344
|
-
#
|
345
|
-
#
|
347
|
+
# address that represents a Google service account. For example, `my-other-app@
|
348
|
+
# appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
|
349
|
+
# namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
|
350
|
+
# https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
|
351
|
+
# accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
|
352
|
+
# . * `group:`emailid``: An email address that represents a Google group. For
|
353
|
+
# example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
|
354
|
+
# email address (plus unique identifier) representing a user that has been
|
355
|
+
# recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
|
356
|
+
# If the user is recovered, this value reverts to `user:`emailid`` and the
|
357
|
+
# recovered user retains the role in the binding. * `deleted:serviceAccount:`
|
358
|
+
# emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
359
|
+
# representing a service account that has been recently deleted. For example, `
|
360
|
+
# my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
|
361
|
+
# service account is undeleted, this value reverts to `serviceAccount:`emailid``
|
362
|
+
# and the undeleted service account retains the role in the binding. * `deleted:
|
363
|
+
# group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
|
364
|
+
# representing a Google group that has been recently deleted. For example, `
|
365
|
+
# admins@example.com?uid=123456789012345678901`. If the group is recovered, this
|
366
|
+
# value reverts to `group:`emailid`` and the recovered group retains the role in
|
367
|
+
# the binding. * `domain:`domain``: The G Suite domain (primary) that represents
|
368
|
+
# all the users of that domain. For example, `google.com` or `example.com`.
|
346
369
|
# Corresponds to the JSON property `members`
|
347
370
|
# @return [Array<String>]
|
348
371
|
attr_accessor :members
|
@@ -2313,6 +2336,18 @@ module Google
|
|
2313
2336
|
class Discovered
|
2314
2337
|
include Google::Apis::Core::Hashable
|
2315
2338
|
|
2339
|
+
# Indicates which analysis completed successfully. Multiple types of analysis
|
2340
|
+
# can be performed on a single resource.
|
2341
|
+
# Corresponds to the JSON property `analysisCompleted`
|
2342
|
+
# @return [Google::Apis::ContaineranalysisV1beta1::AnalysisCompleted]
|
2343
|
+
attr_accessor :analysis_completed
|
2344
|
+
|
2345
|
+
# Indicates any errors encountered during analysis of a resource. There could be
|
2346
|
+
# 0 or more of these errors.
|
2347
|
+
# Corresponds to the JSON property `analysisError`
|
2348
|
+
# @return [Array<Google::Apis::ContaineranalysisV1beta1::Status>]
|
2349
|
+
attr_accessor :analysis_error
|
2350
|
+
|
2316
2351
|
# The status of discovery for the resource.
|
2317
2352
|
# Corresponds to the JSON property `analysisStatus`
|
2318
2353
|
# @return [String]
|
@@ -2345,6 +2380,8 @@ module Google
|
|
2345
2380
|
|
2346
2381
|
# Update properties of this object
|
2347
2382
|
def update!(**args)
|
2383
|
+
@analysis_completed = args[:analysis_completed] if args.key?(:analysis_completed)
|
2384
|
+
@analysis_error = args[:analysis_error] if args.key?(:analysis_error)
|
2348
2385
|
@analysis_status = args[:analysis_status] if args.key?(:analysis_status)
|
2349
2386
|
@analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
|
2350
2387
|
@continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContaineranalysisV1beta1
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220805"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -28,6 +28,12 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AnalysisCompleted
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
31
37
|
class Artifact
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
39
|
|
@@ -774,6 +780,13 @@ module Google
|
|
774
780
|
end
|
775
781
|
end
|
776
782
|
|
783
|
+
class AnalysisCompleted
|
784
|
+
# @private
|
785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
786
|
+
collection :analysis_type, as: 'analysisType'
|
787
|
+
end
|
788
|
+
end
|
789
|
+
|
777
790
|
class Artifact
|
778
791
|
# @private
|
779
792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1354,6 +1367,10 @@ module Google
|
|
1354
1367
|
class Discovered
|
1355
1368
|
# @private
|
1356
1369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1370
|
+
property :analysis_completed, as: 'analysisCompleted', class: Google::Apis::ContaineranalysisV1beta1::AnalysisCompleted, decorator: Google::Apis::ContaineranalysisV1beta1::AnalysisCompleted::Representation
|
1371
|
+
|
1372
|
+
collection :analysis_error, as: 'analysisError', class: Google::Apis::ContaineranalysisV1beta1::Status, decorator: Google::Apis::ContaineranalysisV1beta1::Status::Representation
|
1373
|
+
|
1357
1374
|
property :analysis_status, as: 'analysisStatus'
|
1358
1375
|
property :analysis_status_error, as: 'analysisStatusError', class: Google::Apis::ContaineranalysisV1beta1::Status, decorator: Google::Apis::ContaineranalysisV1beta1::Status::Representation
|
1359
1376
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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: 2022-
|
11
|
+
date: 2022-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.7'
|
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: '0.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|