google-apis-containeranalysis_v1alpha1 0.21.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64a643de48af1e0eda25c22f39aba417df7f9c39c529248aae1935c55b41ddc9
|
4
|
+
data.tar.gz: 8363d206d727681b8b4a47980cf3b96d2a2a9decf1f8a17894cad86739188eb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd9e197398862cb9cae780bbdb12e7b5464796b493de6bfe0635e47a1a7336b5d7eca20103b348f51cc183ecd498a4e152ea7b18a434d563f8e326dd03e3c6a5
|
7
|
+
data.tar.gz: babb0e0392e19cda1502b3b1930e484f2eb4dde86dd9a5d0c5931d76403b74a87b3bb7f7e0540345e2d0c30d9f6bc9bb4a9fabd718969ad4ff9c06601dcfe703
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-containeranalysis_v1alpha1
|
2
2
|
|
3
|
+
### v0.24.0 (2022-04-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220414
|
6
|
+
|
7
|
+
### v0.23.0 (2022-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220318
|
10
|
+
|
11
|
+
### v0.22.0 (2022-02-10)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220204
|
14
|
+
|
3
15
|
### v0.21.0 (2022-01-20)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220112
|
@@ -207,7 +207,7 @@ module Google
|
|
207
207
|
# @return [Google::Apis::ContaineranalysisV1alpha1::Expr]
|
208
208
|
attr_accessor :condition
|
209
209
|
|
210
|
-
# Specifies the principals requesting access for a Cloud
|
210
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
211
211
|
# members` can have the following values: * `allUsers`: A special identifier
|
212
212
|
# that represents anyone who is on the internet; with or without a Google
|
213
213
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -492,9 +492,7 @@ module Google
|
|
492
492
|
end
|
493
493
|
end
|
494
494
|
|
495
|
-
# Common Vulnerability Scoring System.
|
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
|
|
@@ -2639,8 +2597,7 @@ module Google
|
|
2639
2597
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
2640
2598
|
# messages in your APIs. A typical example is to use it as the request or the
|
2641
2599
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
2642
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
2643
|
-
# `Empty` is empty JSON object ````.
|
2600
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
2644
2601
|
class Empty
|
2645
2602
|
include Google::Apis::Core::Hashable
|
2646
2603
|
|
@@ -5246,7 +5203,7 @@ module Google
|
|
5246
5203
|
include Google::Apis::Core::Hashable
|
5247
5204
|
|
5248
5205
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
5249
|
-
# (such as
|
5206
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
5250
5207
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
5251
5208
|
# Corresponds to the JSON property `permissions`
|
5252
5209
|
# @return [Array<String>]
|
@@ -5483,9 +5440,7 @@ module Google
|
|
5483
5440
|
# @return [Float]
|
5484
5441
|
attr_accessor :cvss_score
|
5485
5442
|
|
5486
|
-
# Common Vulnerability Scoring System.
|
5487
|
-
# intended to store similar data as the CVSS proto in google3/third_party/
|
5488
|
-
# grafeas/proto/v1/cvss.proto
|
5443
|
+
# Common Vulnerability Scoring System.
|
5489
5444
|
# Corresponds to the JSON property `cvssV3`
|
5490
5445
|
# @return [Google::Apis::ContaineranalysisV1alpha1::Cvss]
|
5491
5446
|
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.
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
25
|
+
REVISION = "20220414"
|
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.
|
4
|
+
version: 0.24.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
|
+
date: 2022-04-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1alpha1/v0.24.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: []
|