google-apis-cloudbuild_v2 0.20.0 → 0.22.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: f00c24ff3a74693c2d50b97935fe9a0a30bfa7e0bbedf9a3edeef6ed2649ef14
|
|
4
|
+
data.tar.gz: 3a790d9c41f43c05a54619491ee43a004f1b0bcf9ca92bfab55b37b5fa8449c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eec825f9ae479f17f959632fbfc136f343e76470188fc061c97a506142a0fb5af99eec618b49df1fa188e5109e6de37231f4d4d0458a3a7de8e53a75179265b9
|
|
7
|
+
data.tar.gz: 18ac611fe5d5b7222496c46c547198569f9e83cf7e5e2d0b1a8b6c1937528f3f78d4d55176c3fed7b648f607cb7bb3c795ced2673e75b5e755a5cb01b3d812ad
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-cloudbuild_v2
|
|
2
2
|
|
|
3
|
+
### v0.22.0 (2024-07-25)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240704
|
|
6
|
+
|
|
7
|
+
### v0.21.0 (2024-06-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20240607
|
|
10
|
+
|
|
3
11
|
### v0.20.0 (2024-06-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20240528
|
|
@@ -1548,6 +1548,11 @@ module Google
|
|
|
1548
1548
|
# @return [Array<String>]
|
|
1549
1549
|
attr_accessor :array_val
|
|
1550
1550
|
|
|
1551
|
+
# Optional. Value of the parameter if type is object.
|
|
1552
|
+
# Corresponds to the JSON property `objectVal`
|
|
1553
|
+
# @return [Hash<String,String>]
|
|
1554
|
+
attr_accessor :object_val
|
|
1555
|
+
|
|
1551
1556
|
# Value of the parameter if type is string.
|
|
1552
1557
|
# Corresponds to the JSON property `stringVal`
|
|
1553
1558
|
# @return [String]
|
|
@@ -1565,6 +1570,7 @@ module Google
|
|
|
1565
1570
|
# Update properties of this object
|
|
1566
1571
|
def update!(**args)
|
|
1567
1572
|
@array_val = args[:array_val] if args.key?(:array_val)
|
|
1573
|
+
@object_val = args[:object_val] if args.key?(:object_val)
|
|
1568
1574
|
@string_val = args[:string_val] if args.key?(:string_val)
|
|
1569
1575
|
@type = args[:type] if args.key?(:type)
|
|
1570
1576
|
end
|
|
@@ -2700,6 +2706,12 @@ module Google
|
|
|
2700
2706
|
# @return [String]
|
|
2701
2707
|
attr_accessor :name
|
|
2702
2708
|
|
|
2709
|
+
# Optional. OnError defines the exiting behavior on error can be set to [
|
|
2710
|
+
# continue | stopAndFail ]
|
|
2711
|
+
# Corresponds to the JSON property `onError`
|
|
2712
|
+
# @return [String]
|
|
2713
|
+
attr_accessor :on_error
|
|
2714
|
+
|
|
2703
2715
|
# Optional. Optional parameters passed to the StepAction.
|
|
2704
2716
|
# Corresponds to the JSON property `params`
|
|
2705
2717
|
# @return [Array<Google::Apis::CloudbuildV2::Param>]
|
|
@@ -2746,6 +2758,7 @@ module Google
|
|
|
2746
2758
|
@env = args[:env] if args.key?(:env)
|
|
2747
2759
|
@image = args[:image] if args.key?(:image)
|
|
2748
2760
|
@name = args[:name] if args.key?(:name)
|
|
2761
|
+
@on_error = args[:on_error] if args.key?(:on_error)
|
|
2749
2762
|
@params = args[:params] if args.key?(:params)
|
|
2750
2763
|
@ref = args[:ref] if args.key?(:ref)
|
|
2751
2764
|
@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.22.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 = "20240704"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -911,6 +911,7 @@ module Google
|
|
|
911
911
|
# @private
|
|
912
912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
913
913
|
collection :array_val, as: 'arrayVal'
|
|
914
|
+
hash :object_val, as: 'objectVal'
|
|
914
915
|
property :string_val, as: 'stringVal'
|
|
915
916
|
property :type, as: 'type'
|
|
916
917
|
end
|
|
@@ -1199,6 +1200,7 @@ module Google
|
|
|
1199
1200
|
|
|
1200
1201
|
property :image, as: 'image'
|
|
1201
1202
|
property :name, as: 'name'
|
|
1203
|
+
property :on_error, as: 'onError'
|
|
1202
1204
|
collection :params, as: 'params', class: Google::Apis::CloudbuildV2::Param, decorator: Google::Apis::CloudbuildV2::Param::Representation
|
|
1203
1205
|
|
|
1204
1206
|
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.22.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-
|
|
11
|
+
date: 2024-07-25 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.22.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: []
|