google-apis-containeranalysis_v1beta1 0.14.0 → 0.17.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: d80ad5247e865bfaa63fd74f3230f0ac1c7e8ba06acd124af67fd1a2404dfde1
4
- data.tar.gz: 989a54930d2052c339567ab1eff4bb85df9688ec0a218e0f6e5d8beadf28dd39
3
+ metadata.gz: '0283bf85d32ded266944fd4b0fb97515481972c0c30bebedccacd82a7d9cfb17'
4
+ data.tar.gz: 8530bd46c161b8921dc415e308a3d3be868f9c755d6843470e40c8daba698f1b
5
5
  SHA512:
6
- metadata.gz: b1b3a027b3f76956113b74edaf55bc4566fd499902b3e38308c4b3193aaf27157979a3d06d76047d90db829ad64437872abc1e14fd8ac36ec145d276533ca0f4
7
- data.tar.gz: e1aff41e0ed8333941e2e039598c9f737b02e5cd2830ccfebd8142cd118c718bdc710b7ab65f62d99d478a5550297fa2a59cec248b3bb22d820376ec2d783723
6
+ metadata.gz: e43d30ecc2c653b7473c0250aab5674a616c7c271d11453a9f9c8659c7700c0069398aab93ef269efb066c42bbf697af53f541ee6d2d0b52a01ecade1dd848ea
7
+ data.tar.gz: 14bcf2eb16d2152c11cadc171a6e229f0d35e85719f4316863ad20d5299284434aca38b06479e46d013ef87b23f0486b671c5e51416bc7415ae8a5bb0e5346fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-containeranalysis_v1beta1
2
2
 
3
+ ### v0.17.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220414
6
+
7
+ ### v0.16.0 (2022-03-23)
8
+
9
+ * Regenerated from discovery document revision 20220318
10
+
11
+ ### v0.15.0 (2022-02-10)
12
+
13
+ * Regenerated from discovery document revision 20220204
14
+
3
15
  ### v0.14.0 (2022-01-20)
4
16
 
5
17
  * Regenerated from discovery document revision 20220112
@@ -317,7 +317,7 @@ module Google
317
317
  # @return [Google::Apis::ContaineranalysisV1beta1::Expr]
318
318
  attr_accessor :condition
319
319
 
320
- # Specifies the principals requesting access for a Cloud Platform resource. `
320
+ # Specifies the principals requesting access for a Google Cloud resource. `
321
321
  # members` can have the following values: * `allUsers`: A special identifier
322
322
  # that represents anyone who is on the internet; with or without a Google
323
323
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -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
 
@@ -2457,8 +2417,7 @@ module Google
2457
2417
  # A generic empty message that you can re-use to avoid defining duplicated empty
2458
2418
  # messages in your APIs. A typical example is to use it as the request or the
2459
2419
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
2460
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
2461
- # `Empty` is empty JSON object ````.
2420
+ # protobuf.Empty) returns (google.protobuf.Empty); `
2462
2421
  class Empty
2463
2422
  include Google::Apis::Core::Hashable
2464
2423
 
@@ -4842,7 +4801,7 @@ module Google
4842
4801
  include Google::Apis::Core::Hashable
4843
4802
 
4844
4803
  # The set of permissions to check for the `resource`. Permissions with wildcards
4845
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
4804
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
4846
4805
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
4847
4806
  # Corresponds to the JSON property `permissions`
4848
4807
  # @return [Array<String>]
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.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 = "20220414"
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.14.0
4
+ version: 0.17.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-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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.17.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: []