google-apis-cloudbuild_v2 0.20.0 → 0.21.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: c9def099ad460025a7dad63547192d2b1fdd212031e7b3bd6bb7bf14744f2628
4
- data.tar.gz: ea4c1ac0fd7c4cdf7f8a2a477c504190343805a229b5f5dc00378ae31c9f12f1
3
+ metadata.gz: 76b32a405d6bd33f59bce9c421e7a705dc0438d24f84586c06b81b615169179e
4
+ data.tar.gz: 319e2d54279d9a4f854421c832221a486d4bca91a1a037d91a5995bbe4700b0f
5
5
  SHA512:
6
- metadata.gz: 0a4ac95c7d5ee89946f74dad79c6567f7316d9c5012d2f8543aaced6820142f34ef5067e28341c7eb51e6f2d771336d48c0f49009dca3e20d8142ae7dc22f5d5
7
- data.tar.gz: 48342b7b697abcdf2702238459b736ee5af3277e7d7570d7a0c00de5ef4d83c2b648555d1f248595e98e656fe9a5fd1bb239cab9d752da907549adc80166003f
6
+ metadata.gz: 3ca294c1c58a05fabcf09897ce450cdb6473e838faf29b126db464f0f06fe86e7d7646d146654a96bf3bed739665b3f0ea40e2dafe391428b62e05cb58ca3066
7
+ data.tar.gz: c132560e5513904fc2796e9c34837bcd210eb49c961d53d4ef404ff59c20cedd764aa62965bfc991d3ff2941913cd31a1526522e4401c37bef964036e64f3b23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.21.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240607
6
+
3
7
  ### v0.20.0 (2024-06-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20240528
@@ -2700,6 +2700,12 @@ module Google
2700
2700
  # @return [String]
2701
2701
  attr_accessor :name
2702
2702
 
2703
+ # Optional. OnError defines the exiting behavior on error can be set to [
2704
+ # continue | stopAndFail ]
2705
+ # Corresponds to the JSON property `onError`
2706
+ # @return [String]
2707
+ attr_accessor :on_error
2708
+
2703
2709
  # Optional. Optional parameters passed to the StepAction.
2704
2710
  # Corresponds to the JSON property `params`
2705
2711
  # @return [Array<Google::Apis::CloudbuildV2::Param>]
@@ -2746,6 +2752,7 @@ module Google
2746
2752
  @env = args[:env] if args.key?(:env)
2747
2753
  @image = args[:image] if args.key?(:image)
2748
2754
  @name = args[:name] if args.key?(:name)
2755
+ @on_error = args[:on_error] if args.key?(:on_error)
2749
2756
  @params = args[:params] if args.key?(:params)
2750
2757
  @ref = args[:ref] if args.key?(:ref)
2751
2758
  @script = args[:script] if args.key?(:script)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV2
18
18
  # Version of the google-apis-cloudbuild_v2 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240528"
25
+ REVISION = "20240607"
26
26
  end
27
27
  end
28
28
  end
@@ -1199,6 +1199,7 @@ module Google
1199
1199
 
1200
1200
  property :image, as: 'image'
1201
1201
  property :name, as: 'name'
1202
+ property :on_error, as: 'onError'
1202
1203
  collection :params, as: 'params', class: Google::Apis::CloudbuildV2::Param, decorator: Google::Apis::CloudbuildV2::Param::Representation
1203
1204
 
1204
1205
  property :ref, as: 'ref', class: Google::Apis::CloudbuildV2::StepRef, decorator: Google::Apis::CloudbuildV2::StepRef::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2024-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-16 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2
63
63
  post_install_message:
64
64
  rdoc_options: []