google-apis-containeranalysis_v1 0.29.0 → 0.30.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: 1a6f522e1e5bd426526c71667c6348b7a293b4b3cd7d6251e8d8f40e623f70f2
4
- data.tar.gz: a3ed576ea29a354a7bab80bae435e6a7ffff4e5054806d6433330bd92004423c
3
+ metadata.gz: bc610cb1a292b1e87146065838d081c3929f161247fd3e6cf74a06983eb2101f
4
+ data.tar.gz: c54ee5a8f4498f217ffc4bb55609b6ead68e7cdfb923229dadcdb929be870737
5
5
  SHA512:
6
- metadata.gz: c72d5bf471cf65ddefcfc2fa6c3a667f815791ece6a0955b1ffe09610d88d5ee10cab2d1a9cdef0f50f93f46251758e724294c33a2712fcc7b7ee23b70e0adbd
7
- data.tar.gz: 8a636c79e9d3193e2b4695fd2dc84978a5fbe2016733dc40338afe3cab8d37040e847a0e7c94dcabfccc4a22504fbd6c263b7987bcd33db9ed438dd4cc477737
6
+ metadata.gz: b982d9901cae8d9c9218d49412df71bd25e572c178afb6a122aab8d34618f73b709eb1c2e83cc3a95038707cbcd19af272debc2235effa848acd61aa4c441afe
7
+ data.tar.gz: 891eb2feb0553b9e40e2a751a032126719a9298390ae62e9b4d62c6893994717c8be5d354f43629bec93e03a86a5a44d8298625582df201f01b209cf4622a4d5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-containeranalysis_v1
2
2
 
3
+ ### v0.30.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230310
6
+
3
7
  ### v0.29.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230221
@@ -1652,6 +1652,11 @@ module Google
1652
1652
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
1653
1653
  include Google::Apis::Core::Hashable
1654
1654
 
1655
+ # Optional. Option to specify how default logs buckets are setup.
1656
+ # Corresponds to the JSON property `defaultLogsBucketBehavior`
1657
+ # @return [String]
1658
+ attr_accessor :default_logs_bucket_behavior
1659
+
1655
1660
  # Requested disk size for the VM that runs the build. Note that this is *NOT* "
1656
1661
  # disk free"; some of the space will be used by the operating system and build
1657
1662
  # utilities. Also note that this is the minimum disk size that will be allocated
@@ -1747,6 +1752,7 @@ module Google
1747
1752
 
1748
1753
  # Update properties of this object
1749
1754
  def update!(**args)
1755
+ @default_logs_bucket_behavior = args[:default_logs_bucket_behavior] if args.key?(:default_logs_bucket_behavior)
1750
1756
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1751
1757
  @dynamic_substitutions = args[:dynamic_substitutions] if args.key?(:dynamic_substitutions)
1752
1758
  @env = args[:env] if args.key?(:env)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContaineranalysisV1
18
18
  # Version of the google-apis-containeranalysis_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230221"
25
+ REVISION = "20230310"
26
26
  end
27
27
  end
28
28
  end
@@ -1249,6 +1249,7 @@ module Google
1249
1249
  class ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptions
1250
1250
  # @private
1251
1251
  class Representation < Google::Apis::Core::JsonRepresentation
1252
+ property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
1252
1253
  property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
1253
1254
  property :dynamic_substitutions, as: 'dynamicSubstitutions'
1254
1255
  collection :env, as: 'env'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-containeranalysis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-19 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1
63
63
  post_install_message:
64
64
  rdoc_options: []