google-apis-containeranalysis_v1alpha1 0.21.0 → 0.22.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: bc1b6e1c8109984994b065856249a183edb2ba9868e9d291319996c226028fa9
4
- data.tar.gz: 168aac90644cd695325db7a06e27648951d3081bb875c9d3508190e128d6ebf1
3
+ metadata.gz: 8d000b50bcf1976fd5d5c25a9ee77b78c99c006a1beafb08b54d6ff89c087fbb
4
+ data.tar.gz: 98f10219c4d4092d5d15d1ebac2435811b6884401adeddae446c001c0ed876ce
5
5
  SHA512:
6
- metadata.gz: 3a624e7ff3f41bb50d2c827873e84b6b6c9a387b6e0ca2b2a253b52c95fcaa83a6cd038c0dab7f70197220cf52ee222226957bd60cbb2090d57efb9ffe1eecc2
7
- data.tar.gz: 3ab85ad14387c8b307cf7f60afaf3c0146671589db9bf9a14ed3319fc7eb1cfb5a4e89fb9fca52de0358508833997de62d8b2a886825cccf843e9403df454cb6
6
+ metadata.gz: 269347b7b8fce94f82d9570c56f9ed1d6b6556138dd8155ccfa44d4a16b0a9fad2db475c856915fcaff4bb2e04e4a2d1688821a81fb0de536e8dd7c28b058aa8
7
+ data.tar.gz: 421d5ff53764ac0986c945666507b335ca693d0e1057347b2999a845992e28f82768f0c5c6225c6cc03c8c2faf101e236a11f6af8340a0c131b6d5ef19d40e9e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1alpha1
2
2
 
3
+ ### v0.22.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220204
6
+
3
7
  ### v0.21.0 (2022-01-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220112
@@ -492,9 +492,7 @@ module Google
492
492
  end
493
493
  end
494
494
 
495
- # Common Vulnerability Scoring System. This is the storage level proto that is
496
- # intended to store similar data as the CVSS proto in google3/third_party/
497
- # grafeas/proto/v1/cvss.proto
495
+ # Common Vulnerability Scoring System.
498
496
  class Cvss
499
497
  include Google::Apis::Core::Hashable
500
498
 
@@ -1349,11 +1347,6 @@ module Google
1349
1347
  # @return [String]
1350
1348
  attr_accessor :name
1351
1349
 
1352
- # Configuration per workload for both Private Pools and Hybrid Pools.
1353
- # Corresponds to the JSON property `workerConfig`
1354
- # @return [Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig]
1355
- attr_accessor :worker_config
1356
-
1357
1350
  def initialize(**args)
1358
1351
  update!(**args)
1359
1352
  end
@@ -1361,41 +1354,6 @@ module Google
1361
1354
  # Update properties of this object
1362
1355
  def update!(**args)
1363
1356
  @name = args[:name] if args.key?(:name)
1364
- @worker_config = args[:worker_config] if args.key?(:worker_config)
1365
- end
1366
- end
1367
-
1368
- # Configuration per workload for both Private Pools and Hybrid Pools.
1369
- class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
1370
- include Google::Apis::Core::Hashable
1371
-
1372
- # The disk size (in GB) which is requested for the build container. If unset, a
1373
- # value of 10 GB will be used.
1374
- # Corresponds to the JSON property `diskSizeGb`
1375
- # @return [Fixnum]
1376
- attr_accessor :disk_size_gb
1377
-
1378
- # The memory (in GB) which is requested for the build container. If unset, a
1379
- # value of 4 GB will be used.
1380
- # Corresponds to the JSON property `memoryGb`
1381
- # @return [Float]
1382
- attr_accessor :memory_gb
1383
-
1384
- # The number of vCPUs which are requested for the build container. If unset, a
1385
- # value of 1 will be used.
1386
- # Corresponds to the JSON property `vcpuCount`
1387
- # @return [Float]
1388
- attr_accessor :vcpu_count
1389
-
1390
- def initialize(**args)
1391
- update!(**args)
1392
- end
1393
-
1394
- # Update properties of this object
1395
- def update!(**args)
1396
- @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1397
- @memory_gb = args[:memory_gb] if args.key?(:memory_gb)
1398
- @vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
1399
1357
  end
1400
1358
  end
1401
1359
 
@@ -5483,9 +5441,7 @@ module Google
5483
5441
  # @return [Float]
5484
5442
  attr_accessor :cvss_score
5485
5443
 
5486
- # Common Vulnerability Scoring System. This is the storage level proto that is
5487
- # intended to store similar data as the CVSS proto in google3/third_party/
5488
- # grafeas/proto/v1/cvss.proto
5444
+ # Common Vulnerability Scoring System.
5489
5445
  # Corresponds to the JSON property `cvssV3`
5490
5446
  # @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
5491
5447
  attr_accessor :cvss_v3
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220112"
25
+ REVISION = "20220204"
26
26
  end
27
27
  end
28
28
  end
@@ -184,12 +184,6 @@ module Google
184
184
  include Google::Apis::Core::JsonObjectSupport
185
185
  end
186
186
 
187
- class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
188
- class Representation < Google::Apis::Core::JsonRepresentation; end
189
-
190
- include Google::Apis::Core::JsonObjectSupport
191
- end
192
-
193
187
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
194
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
189
 
@@ -1116,17 +1110,6 @@ module Google
1116
1110
  # @private
1117
1111
  class Representation < Google::Apis::Core::JsonRepresentation
1118
1112
  property :name, as: 'name'
1119
- property :worker_config, as: 'workerConfig', class: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig, decorator: Google::Apis::ContaineranalysisV1alpha1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig::Representation
1120
-
1121
- end
1122
- end
1123
-
1124
- class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
1125
- # @private
1126
- class Representation < Google::Apis::Core::JsonRepresentation
1127
- property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
1128
- property :memory_gb, as: 'memoryGb'
1129
- property :vcpu_count, as: 'vcpuCount'
1130
1113
  end
1131
1114
  end
1132
1115
 
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.21.0
4
+ version: 0.22.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-01-24 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.22.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: []