google-apis-containeranalysis_v1alpha1 0.31.0 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 903193d6e6d7a61c9bec27ab6bc88243865804814b6857334e3bfb48144a8787
4
- data.tar.gz: 5dfd87ef3430018f6ac3521378ded9e318e31360648ba84cd7062c7e30e021c1
3
+ metadata.gz: 8253c3db7481771b5a52954bbda5b9365892b973364762f9391bfc050a87d92d
4
+ data.tar.gz: abfc2d39b5824c1356c163988c695ddc77c8ad574a555979e664f99151eebc4c
5
5
  SHA512:
6
- metadata.gz: 0b7ad4e42d20cd0990ab52045efda5c01e6147eba00c0ec748b524a31e4cf13442a5899ae8f9972a26c480114727cdc24da74cc9442ae93c4b2fb0f11485c204
7
- data.tar.gz: 1f599a18a9d9c71f9bb17e50ca4cf8e4452f08280c514c35406d1687ac295d62ac69cbf176622fd91026e02587f4988803d0b11db4c8fc9ef2a3fdd489c3e06d
6
+ metadata.gz: 64d6bc4986895569e26af527a18ed630998f79057ee523b9d32869bf1ca15f06fa23c370f6278a642d864fb2b25906dbaaa6cab90d21b9b060df7944039ee447
7
+ data.tar.gz: 185f967dc722041f522124f057e602026a20d13640445503a9c0ef15b1ac2c1ae6451bf3c004d7c7f06035ad3f629a4d4607297f32166e51fd959b7ca9851992
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.32.0 (2022-08-04)
4
+
5
+ * Regenerated from discovery document revision 20220727
6
+
3
7
  ### v0.31.0 (2022-07-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220707
@@ -22,6 +22,26 @@ module Google
22
22
  module Apis
23
23
  module ContaineranalysisV1alpha1
24
24
 
25
+ # Indicates which analysis completed successfully. Multiple types of analysis
26
+ # can be performed on a single resource.
27
+ class AnalysisCompleted
28
+ include Google::Apis::Core::Hashable
29
+
30
+ # type of analysis that were completed on a resource.
31
+ # Corresponds to the JSON property `analysisType`
32
+ # @return [Array<String>]
33
+ attr_accessor :analysis_type
34
+
35
+ def initialize(**args)
36
+ update!(**args)
37
+ end
38
+
39
+ # Update properties of this object
40
+ def update!(**args)
41
+ @analysis_type = args[:analysis_type] if args.key?(:analysis_type)
42
+ end
43
+ end
44
+
25
45
  # Artifact describes a build product.
26
46
  class Artifact
27
47
  include Google::Apis::Core::Hashable
@@ -2391,6 +2411,18 @@ module Google
2391
2411
  class Discovered
2392
2412
  include Google::Apis::Core::Hashable
2393
2413
 
2414
+ # Indicates which analysis completed successfully. Multiple types of analysis
2415
+ # can be performed on a single resource.
2416
+ # Corresponds to the JSON property `analysisCompleted`
2417
+ # @return [Google::Apis::ContaineranalysisV1alpha1::AnalysisCompleted]
2418
+ attr_accessor :analysis_completed
2419
+
2420
+ # Indicates any errors encountered during analysis of a resource. There could be
2421
+ # 0 or more of these errors.
2422
+ # Corresponds to the JSON property `analysisError`
2423
+ # @return [Array<Google::Apis::ContaineranalysisV1alpha1::Status>]
2424
+ attr_accessor :analysis_error
2425
+
2394
2426
  # The status of discovery for the resource.
2395
2427
  # Corresponds to the JSON property `analysisStatus`
2396
2428
  # @return [String]
@@ -2438,6 +2470,8 @@ module Google
2438
2470
 
2439
2471
  # Update properties of this object
2440
2472
  def update!(**args)
2473
+ @analysis_completed = args[:analysis_completed] if args.key?(:analysis_completed)
2474
+ @analysis_error = args[:analysis_error] if args.key?(:analysis_error)
2441
2475
  @analysis_status = args[:analysis_status] if args.key?(:analysis_status)
2442
2476
  @analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
2443
2477
  @archive_time = args[:archive_time] if args.key?(:archive_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1alpha1
18
18
  # Version of the google-apis-containeranalysis_v1alpha1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220707"
25
+ REVISION = "20220727"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module ContaineranalysisV1alpha1
24
24
 
25
+ class AnalysisCompleted
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class Artifact
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -844,6 +850,13 @@ module Google
844
850
  include Google::Apis::Core::JsonObjectSupport
845
851
  end
846
852
 
853
+ class AnalysisCompleted
854
+ # @private
855
+ class Representation < Google::Apis::Core::JsonRepresentation
856
+ collection :analysis_type, as: 'analysisType'
857
+ end
858
+ end
859
+
847
860
  class Artifact
848
861
  # @private
849
862
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1444,6 +1457,10 @@ module Google
1444
1457
  class Discovered
1445
1458
  # @private
1446
1459
  class Representation < Google::Apis::Core::JsonRepresentation
1460
+ property :analysis_completed, as: 'analysisCompleted', class: Google::Apis::ContaineranalysisV1alpha1::AnalysisCompleted, decorator: Google::Apis::ContaineranalysisV1alpha1::AnalysisCompleted::Representation
1461
+
1462
+ collection :analysis_error, as: 'analysisError', class: Google::Apis::ContaineranalysisV1alpha1::Status, decorator: Google::Apis::ContaineranalysisV1alpha1::Status::Representation
1463
+
1447
1464
  property :analysis_status, as: 'analysisStatus'
1448
1465
  property :analysis_status_error, as: 'analysisStatusError', class: Google::Apis::ContaineranalysisV1alpha1::Status, decorator: Google::Apis::ContaineranalysisV1alpha1::Status::Representation
1449
1466
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []