google-apis-containeranalysis_v1beta1 0.14.0 → 0.15.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c694bf59e20a7627c1d0b0edc2fba9509b52fd71d91967090a74a2f8940c6686
|
|
4
|
+
data.tar.gz: cafa64031a21e0363fbadb64e6aa3dd76418b6752515688c4798498418a8e4b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15b18fa8eff1e2b746ac1380295a223b26251770aa7b7fa3e9a0c2a14d930ea62335e1946e51185b311a2db4a9ef40632332846fbd3664f0554f7b0ac8961db9
|
|
7
|
+
data.tar.gz: bb697f522ecef2634672f434ccf7f2a47aa734f0b974bafee5fc6ffe0afb85f2439cb0f5caec3faf6f006126d46ce7767456f07694c97abb3a32ae1bbf948e50
|
data/CHANGELOG.md
CHANGED
|
@@ -1267,11 +1267,6 @@ module Google
|
|
|
1267
1267
|
# @return [String]
|
|
1268
1268
|
attr_accessor :name
|
|
1269
1269
|
|
|
1270
|
-
# Configuration per workload for both Private Pools and Hybrid Pools.
|
|
1271
|
-
# Corresponds to the JSON property `workerConfig`
|
|
1272
|
-
# @return [Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig]
|
|
1273
|
-
attr_accessor :worker_config
|
|
1274
|
-
|
|
1275
1270
|
def initialize(**args)
|
|
1276
1271
|
update!(**args)
|
|
1277
1272
|
end
|
|
@@ -1279,41 +1274,6 @@ module Google
|
|
|
1279
1274
|
# Update properties of this object
|
|
1280
1275
|
def update!(**args)
|
|
1281
1276
|
@name = args[:name] if args.key?(:name)
|
|
1282
|
-
@worker_config = args[:worker_config] if args.key?(:worker_config)
|
|
1283
|
-
end
|
|
1284
|
-
end
|
|
1285
|
-
|
|
1286
|
-
# Configuration per workload for both Private Pools and Hybrid Pools.
|
|
1287
|
-
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
|
1288
|
-
include Google::Apis::Core::Hashable
|
|
1289
|
-
|
|
1290
|
-
# The disk size (in GB) which is requested for the build container. If unset, a
|
|
1291
|
-
# value of 10 GB will be used.
|
|
1292
|
-
# Corresponds to the JSON property `diskSizeGb`
|
|
1293
|
-
# @return [Fixnum]
|
|
1294
|
-
attr_accessor :disk_size_gb
|
|
1295
|
-
|
|
1296
|
-
# The memory (in GB) which is requested for the build container. If unset, a
|
|
1297
|
-
# value of 4 GB will be used.
|
|
1298
|
-
# Corresponds to the JSON property `memoryGb`
|
|
1299
|
-
# @return [Float]
|
|
1300
|
-
attr_accessor :memory_gb
|
|
1301
|
-
|
|
1302
|
-
# The number of vCPUs which are requested for the build container. If unset, a
|
|
1303
|
-
# value of 1 will be used.
|
|
1304
|
-
# Corresponds to the JSON property `vcpuCount`
|
|
1305
|
-
# @return [Float]
|
|
1306
|
-
attr_accessor :vcpu_count
|
|
1307
|
-
|
|
1308
|
-
def initialize(**args)
|
|
1309
|
-
update!(**args)
|
|
1310
|
-
end
|
|
1311
|
-
|
|
1312
|
-
# Update properties of this object
|
|
1313
|
-
def update!(**args)
|
|
1314
|
-
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
1315
|
-
@memory_gb = args[:memory_gb] if args.key?(:memory_gb)
|
|
1316
|
-
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
|
1317
1277
|
end
|
|
1318
1278
|
end
|
|
1319
1279
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.15.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 = "20220204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -190,12 +190,6 @@ module Google
|
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
-
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
|
194
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
-
|
|
196
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
-
end
|
|
198
|
-
|
|
199
193
|
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
|
|
200
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
195
|
|
|
@@ -1064,17 +1058,6 @@ module Google
|
|
|
1064
1058
|
# @private
|
|
1065
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1066
1060
|
property :name, as: 'name'
|
|
1067
|
-
property :worker_config, as: 'workerConfig', class: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig, decorator: Google::Apis::ContaineranalysisV1beta1::ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig::Representation
|
|
1068
|
-
|
|
1069
|
-
end
|
|
1070
|
-
end
|
|
1071
|
-
|
|
1072
|
-
class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig
|
|
1073
|
-
# @private
|
|
1074
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1075
|
-
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
|
1076
|
-
property :memory_gb, as: 'memoryGb'
|
|
1077
|
-
property :vcpu_count, as: 'vcpuCount'
|
|
1078
1061
|
end
|
|
1079
1062
|
end
|
|
1080
1063
|
|
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.
|
|
4
|
+
version: 0.15.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-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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.15.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: []
|