google-apis-containeranalysis_v1beta1 0.29.0 → 0.31.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: 4b1d8f80ae84bb6822376713ec200e02372d1ce98ac1d9de7029bdbdca98cba2
4
- data.tar.gz: 9041aa67fdbb6e7bb19738a404c3d86d120b848b567dc2fe90942e44ca13ed9e
3
+ metadata.gz: 8601c225f77b3965b35296f5ad34b899a149ee6aa1f41c7fd528854951c5c41c
4
+ data.tar.gz: 59b102013e77d5d7fbf1c0c9e616db9df9ec681324cd750e199b0a6d5cc06a21
5
5
  SHA512:
6
- metadata.gz: f03b74f0e394b2a99ff1ede2461ee163829661f836a4e400dbe6f5664e68f3d8eca8c2db94fbe3677cc50d6228d8a6cd700d2321f75c9a14d1045317c56911ef
7
- data.tar.gz: fb8f7cec9eb04e79daef23150631a1bd7e213f96fb73a921de8d47849472560d19863294661966056dc26b1d71175e14e3781feb64c1100e4528eb644a34b4e3
6
+ metadata.gz: b7e9597aa9295fba465a839ad109a9e0c6c6824b6c79d857c29ea4535066e239e689394c805c9cfdd55b01966e46bb955ad13d6de94bd5a5ac4d86f8b945107b
7
+ data.tar.gz: aec1b626701a4e9706780b7d78d59fc9590ca042b42b158bde0d076de501ffc4621fb27e3775c785e142021736c37f996bdb84ad3bdd601e59d555cfac76c469
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.31.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230120
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.30.0 (2022-11-18)
9
+
10
+ * Regenerated from discovery document revision 20221112
11
+
3
12
  ### v0.29.0 (2022-11-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20221107
@@ -1398,7 +1398,7 @@ module Google
1398
1398
  # Amount of time that this build should be allowed to run, to second granularity.
1399
1399
  # If this amount of time elapses, work on the build will cease and the build
1400
1400
  # status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default
1401
- # time is ten minutes.
1401
+ # time is 60 minutes.
1402
1402
  # Corresponds to the JSON property `timeout`
1403
1403
  # @return [String]
1404
1404
  attr_accessor :timeout
@@ -2824,7 +2824,7 @@ module Google
2824
2824
  end
2825
2825
 
2826
2826
  # DocumentNote represents an SPDX Document Creation Information section: https://
2827
- # spdx.github.io/spdx-spec/2-document-creation-information/
2827
+ # spdx.github.io/spdx-spec/v2.3/document-creation-information/
2828
2828
  class DocumentNote
2829
2829
  include Google::Apis::Core::Hashable
2830
2830
 
@@ -2852,7 +2852,7 @@ module Google
2852
2852
  end
2853
2853
 
2854
2854
  # DocumentOccurrence represents an SPDX Document Creation Information section:
2855
- # https://spdx.github.io/spdx-spec/2-document-creation-information/
2855
+ # https://spdx.github.io/spdx-spec/v2.3/document-creation-information/
2856
2856
  class DocumentOccurrence
2857
2857
  include Google::Apis::Core::Hashable
2858
2858
 
@@ -4257,7 +4257,7 @@ module Google
4257
4257
  attr_accessor :related_url
4258
4258
 
4259
4259
  # DocumentNote represents an SPDX Document Creation Information section: https://
4260
- # spdx.github.io/spdx-spec/2-document-creation-information/
4260
+ # spdx.github.io/spdx-spec/v2.3/document-creation-information/
4261
4261
  # Corresponds to the JSON property `sbom`
4262
4262
  # @return [Google::Apis::ContaineranalysisV1beta1::DocumentNote]
4263
4263
  attr_accessor :sbom
@@ -4408,7 +4408,7 @@ module Google
4408
4408
  attr_accessor :resource
4409
4409
 
4410
4410
  # DocumentOccurrence represents an SPDX Document Creation Information section:
4411
- # https://spdx.github.io/spdx-spec/2-document-creation-information/
4411
+ # https://spdx.github.io/spdx-spec/v2.3/document-creation-information/
4412
4412
  # Corresponds to the JSON property `sbom`
4413
4413
  # @return [Google::Apis::ContaineranalysisV1beta1::DocumentOccurrence]
4414
4414
  attr_accessor :sbom
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221107"
25
+ REVISION = "20230120"
26
26
  end
27
27
  end
28
28
  end
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.29.0
4
+ version: 0.31.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-14 00:00:00.000000000 Z
11
+ date: 2023-01-29 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.31.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Container Analysis API V1beta1