google-apis-cloudbuild_v1 0.47.0 → 0.48.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: 5b0a716bb580b41fd9e0c25c78d9e92fe42b82b4f9a54349d14875ac12d85d48
4
- data.tar.gz: ef673e708cbe419f88a70cf2fc76de047cfd7dd2ae81f7d1bcc3d3f17557a7fe
3
+ metadata.gz: 9ff9d52fe96347ab0d59568b33cdaa95a2d25e58c0480ab19580eba5cf798e2a
4
+ data.tar.gz: bb7955bd40259a8e89b1f7ed9ad4c9b2a1959dee666f966bbb3bebebf3e35baf
5
5
  SHA512:
6
- metadata.gz: cb16202e0c33e572ce5e395e7155a7cfa48ebd10cc9ecf0756c5464ef53c0fba0a0090bda15e00f5dd1cdc74e0117695f88947cfc2c366cdd09b3b6156402301
7
- data.tar.gz: 4be67d5ecbd0e716b68c37a987c87c77754f7819f02fce5e73574693fc1f4bb56572958ec0d182a93296ffd67e6c4c590b079afd550683f3f89fbde7c6232c9c
6
+ metadata.gz: 3067c36efac30164ceece4ac61bb9deb2760f8a05ec4712692a2cb345c579e48d4e7337b7f1d8e370e1f0558f59e099eebb94524e597896a221c1122047255c4
7
+ data.tar.gz: 41880b4f1b4110ea518e1740b909571e8410395b7ef41da1fa93042daaa9b9a05e27f19b8b7c79ac68da7684d48180cfd42a84740f42ad4c83e15f98ac1f6219
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.48.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230312
6
+
3
7
  ### v0.47.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -951,6 +951,11 @@ module Google
951
951
  class BuildOptions
952
952
  include Google::Apis::Core::Hashable
953
953
 
954
+ # Optional. Option to specify how default logs buckets are setup.
955
+ # Corresponds to the JSON property `defaultLogsBucketBehavior`
956
+ # @return [String]
957
+ attr_accessor :default_logs_bucket_behavior
958
+
954
959
  # Requested disk size for the VM that runs the build. Note that this is *NOT* "
955
960
  # disk free"; some of the space will be used by the operating system and build
956
961
  # utilities. Also note that this is the minimum disk size that will be allocated
@@ -1046,6 +1051,7 @@ module Google
1046
1051
 
1047
1052
  # Update properties of this object
1048
1053
  def update!(**args)
1054
+ @default_logs_bucket_behavior = args[:default_logs_bucket_behavior] if args.key?(:default_logs_bucket_behavior)
1049
1055
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1050
1056
  @dynamic_substitutions = args[:dynamic_substitutions] if args.key?(:dynamic_substitutions)
1051
1057
  @env = args[:env] if args.key?(:env)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.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 = "20230115"
25
+ REVISION = "20230312"
26
26
  end
27
27
  end
28
28
  end
@@ -891,6 +891,7 @@ module Google
891
891
  class BuildOptions
892
892
  # @private
893
893
  class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :default_logs_bucket_behavior, as: 'defaultLogsBucketBehavior'
894
895
  property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
895
896
  property :dynamic_substitutions, as: 'dynamicSubstitutions'
896
897
  collection :env, as: 'env'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-02-19 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-cloudbuild_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
63
63
  post_install_message:
64
64
  rdoc_options: []