google-apis-container_v1beta1 0.37.0 → 0.38.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: 7fde86cf5263d6f312e675294473cf6a7423f1c3e2d28ce5d166a44c49a3880c
4
- data.tar.gz: 37b89ab58fc0690603f774ade6000a68175bebf5e6bdb681effb2e36a9988482
3
+ metadata.gz: 9e5a887b6216bbbf81d9d0936be819cd0e67ce4a1063965a7d45d981cc59c82b
4
+ data.tar.gz: fb7762950d5aa3897b9f17781bdc3853724205a9bf894b1f21911e365fc9dbfd
5
5
  SHA512:
6
- metadata.gz: 37546ace175f57268f397b7fcead1a54e451f9e0d2ffff019e4e4ac61926849394989533600fd5cd037aafa7a5b6b4dcff53b308e94b040b7f9631f58adbda78
7
- data.tar.gz: 9ab9a110aed388ae337c83e111c3daee87629e82fa0a5c8180c6a29a1c3d000f9f25bd4fb4ce44755aa754ad68eb8dca3f588cf43a4bee31a2ea4cc22a593359
6
+ metadata.gz: 0e93b6dd34f7d730acb92643a4a2ab344f8af8c7cd210ac6a46af25d9e3b87d34be5f1a786a80df714ea9306d23abfb8e86cc7d140243208d37e2497fa595ad3
7
+ data.tar.gz: 0afe639ef3bb11de8604884ebab5e81ba5b06642f56644401ae26bb399daa192e419c6d83a3ef596687117e00f866c9734ec72430a6bc23f91d8ff5188ebf48c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.38.0 (2022-10-12)
4
+
5
+ * Regenerated from discovery document revision 20220923
6
+ * Regenerated using generator version 0.10.0
7
+
3
8
  ### v0.37.0 (2022-09-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20220826
@@ -4561,6 +4561,11 @@ module Google
4561
4561
  # @return [Google::Apis::ContainerV1beta1::WorkloadConfig]
4562
4562
  attr_accessor :workload_config
4563
4563
 
4564
+ # Sets which mode to use for Protect workload vulnerability scanning feature.
4565
+ # Corresponds to the JSON property `workloadVulnerabilityMode`
4566
+ # @return [String]
4567
+ attr_accessor :workload_vulnerability_mode
4568
+
4564
4569
  def initialize(**args)
4565
4570
  update!(**args)
4566
4571
  end
@@ -4568,6 +4573,7 @@ module Google
4568
4573
  # Update properties of this object
4569
4574
  def update!(**args)
4570
4575
  @workload_config = args[:workload_config] if args.key?(:workload_config)
4576
+ @workload_vulnerability_mode = args[:workload_vulnerability_mode] if args.key?(:workload_vulnerability_mode)
4571
4577
  end
4572
4578
  end
4573
4579
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220826"
25
+ REVISION = "20220923"
26
26
  end
27
27
  end
28
28
  end
@@ -2144,6 +2144,7 @@ module Google
2144
2144
  class Representation < Google::Apis::Core::JsonRepresentation
2145
2145
  property :workload_config, as: 'workloadConfig', class: Google::Apis::ContainerV1beta1::WorkloadConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadConfig::Representation
2146
2146
 
2147
+ property :workload_vulnerability_mode, as: 'workloadVulnerabilityMode'
2147
2148
  end
2148
2149
  end
2149
2150
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-09-19 00:00:00.000000000 Z
11
+ date: 2022-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-container_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []