google-apis-cloudbuild_v2 0.20.0 → 0.21.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76b32a405d6bd33f59bce9c421e7a705dc0438d24f84586c06b81b615169179e
|
|
4
|
+
data.tar.gz: 319e2d54279d9a4f854421c832221a486d4bca91a1a037d91a5995bbe4700b0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ca294c1c58a05fabcf09897ce450cdb6473e838faf29b126db464f0f06fe86e7d7646d146654a96bf3bed739665b3f0ea40e2dafe391428b62e05cb58ca3066
|
|
7
|
+
data.tar.gz: c132560e5513904fc2796e9c34837bcd210eb49c961d53d4ef404ff59c20cedd764aa62965bfc991d3ff2941913cd31a1526522e4401c37bef964036e64f3b23
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|