google-apis-containeranalysis_v1beta1 0.22.0 → 0.23.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: '09f79f9f8280f5beaa51b90c110639cbc1fc905a091a58bcba6656de648c5f3a'
4
- data.tar.gz: 7229343cf3fdf2363c2328cdba480ca1d521c900b9fac1927e0c5be25319dc5e
3
+ metadata.gz: a98eda88eb7aef01ed6a8c4ed9fa538291fef31d64435ab1adf3aed174a4c20b
4
+ data.tar.gz: 051cbb7079b1aa0b8c3bd8d6c3aa6f67a7c7ed1c0ca0353999694b64eed2e522
5
5
  SHA512:
6
- metadata.gz: 5c2143eff66750f100391ca8e04db9d0c0e42b08e1422df982fdc4f7fa2de40426dce3c22f880d61788c3559cf1b7ab9278f05a1f21365d8a7c10702696c427e
7
- data.tar.gz: f6840781154409bbc604c7290f2eec98d7304c5f0da642c3d8af1a148e47496e5850043e671bc264a15e74d2636cf5828a6ae395db217899ed4c26aebf4c863c
6
+ metadata.gz: 1619a164a23cd9a4dcfd42efff2a1ad3c2c642124db8731573bacf5f7b6bd4bb47a70901e995d5165a5485841cd7f3ee5e1ee08948972d8ec17cb3fc7104607f
7
+ data.tar.gz: f0f814b9b65679d5a636402dfd6777c5594d002c7a4f04f3a1e2d62a2625176744591138469a45bced2d8da5494f445217064fcdb355db025beaccd7fe97877e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-07-13)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.22.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.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
@@ -2313,6 +2333,18 @@ module Google
2313
2333
  class Discovered
2314
2334
  include Google::Apis::Core::Hashable
2315
2335
 
2336
+ # Indicates which analysis completed successfully. Multiple types of analysis
2337
+ # can be performed on a single resource.
2338
+ # Corresponds to the JSON property `analysisCompleted`
2339
+ # @return [Google::Apis::ContaineranalysisV1beta1::AnalysisCompleted]
2340
+ attr_accessor :analysis_completed
2341
+
2342
+ # Indicates any errors encountered during analysis of a resource. There could be
2343
+ # 0 or more of these errors.
2344
+ # Corresponds to the JSON property `analysisError`
2345
+ # @return [Array<Google::Apis::ContaineranalysisV1beta1::Status>]
2346
+ attr_accessor :analysis_error
2347
+
2316
2348
  # The status of discovery for the resource.
2317
2349
  # Corresponds to the JSON property `analysisStatus`
2318
2350
  # @return [String]
@@ -2345,6 +2377,8 @@ module Google
2345
2377
 
2346
2378
  # Update properties of this object
2347
2379
  def update!(**args)
2380
+ @analysis_completed = args[:analysis_completed] if args.key?(:analysis_completed)
2381
+ @analysis_error = args[:analysis_error] if args.key?(:analysis_error)
2348
2382
  @analysis_status = args[:analysis_status] if args.key?(:analysis_status)
2349
2383
  @analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
2350
2384
  @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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220707"
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.22.0
4
+ version: 0.23.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-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.23.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: []