google-apis-containeranalysis_v1alpha1 0.17.0 → 0.18.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: f603c6365571a9695d2d23f8f416fd158cbb843d73f0286f089b641f7352c57e
4
- data.tar.gz: a6e248687a6a53f7e4868bd86b382392d77ae017be6b30beee1c603d54c847e8
3
+ metadata.gz: 37e7512c1030095f66d661c946158196ba45a0654caaa1315180d4ae35975b31
4
+ data.tar.gz: 7f3b0259ae45fb6c1d47a7f4cac1d20e3b7268a3d96e321d2623ebd9e419684b
5
5
  SHA512:
6
- metadata.gz: 65d15b5fd34ed6ea4db46c27e12edbaaf8239a002fb4402c438c789e6cc77a0037350febf1eedb562830715cc3a277ac647eae38797e3707f1d0a1b95676a859
7
- data.tar.gz: d1b1fa5243928675d3e4c15ee1f1515d48214e743e98884ffb0156e395bf31b6e86d49374a9092f110d7c3ab273f0155b5585e16e6d2adfe174fa8b3d6f92b95
6
+ metadata.gz: a643c24ef40b7fc91f7b71b2cf9f896ed3ab88a1f840dbba8d3c1456a6059a832c32106d1d1a1f43adad5377a6be417d431396c8e2f134df58a09fdf51f728eb
7
+ data.tar.gz: b73f058e0927d04278e65a5d14b552bcd1895c0b164744d4aa9bcd0168025b4bee7c1cae4075492c1436b84b946874e5172be3cd80c5ab2d66ae90c8548e365e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.18.0 (2021-11-18)
4
+
5
+ * Regenerated from discovery document revision 20211112
6
+
3
7
  ### v0.17.0 (2021-11-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
@@ -259,11 +259,19 @@ module Google
259
259
  class BuildDetails
260
260
  include Google::Apis::Core::Hashable
261
261
 
262
- # In-toto Provenance representation as defined in spec.
262
+ # Deprecated. See InTotoStatement for the replacement. In-toto Provenance
263
+ # representation as defined in spec.
263
264
  # Corresponds to the JSON property `intotoProvenance`
264
265
  # @return [Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance]
265
266
  attr_accessor :intoto_provenance
266
267
 
268
+ # Spec defined at https://github.com/in-toto/attestation/tree/main/spec#
269
+ # statement The serialized InTotoStatement will be stored as Envelope.payload.
270
+ # Envelope.payloadType is always "application/vnd.in-toto+json".
271
+ # Corresponds to the JSON property `intotoStatement`
272
+ # @return [Google::Apis::ContaineranalysisV1alpha1::InTotoStatement]
273
+ attr_accessor :intoto_statement
274
+
267
275
  # Provenance of a build. Contains all information needed to verify the full
268
276
  # details about the build from source to completion.
269
277
  # Corresponds to the JSON property `provenance`
@@ -289,6 +297,7 @@ module Google
289
297
  # Update properties of this object
290
298
  def update!(**args)
291
299
  @intoto_provenance = args[:intoto_provenance] if args.key?(:intoto_provenance)
300
+ @intoto_statement = args[:intoto_statement] if args.key?(:intoto_statement)
292
301
  @provenance = args[:provenance] if args.key?(:provenance)
293
302
  @provenance_bytes = args[:provenance_bytes] if args.key?(:provenance_bytes)
294
303
  end
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211105"
25
+ REVISION = "20211112"
26
26
  end
27
27
  end
28
28
  end
@@ -841,6 +841,8 @@ module Google
841
841
  class Representation < Google::Apis::Core::JsonRepresentation
842
842
  property :intoto_provenance, as: 'intotoProvenance', class: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance, decorator: Google::Apis::ContaineranalysisV1alpha1::InTotoProvenance::Representation
843
843
 
844
+ property :intoto_statement, as: 'intotoStatement', class: Google::Apis::ContaineranalysisV1alpha1::InTotoStatement, decorator: Google::Apis::ContaineranalysisV1alpha1::InTotoStatement::Representation
845
+
844
846
  property :provenance, as: 'provenance', class: Google::Apis::ContaineranalysisV1alpha1::BuildProvenance, decorator: Google::Apis::ContaineranalysisV1alpha1::BuildProvenance::Representation
845
847
 
846
848
  property :provenance_bytes, as: 'provenanceBytes'
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.17.0
4
+ version: 0.18.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-12-06 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.18.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: []