google-apis-cloudbuild_v2 0.21.0 → 0.22.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: 76b32a405d6bd33f59bce9c421e7a705dc0438d24f84586c06b81b615169179e
4
- data.tar.gz: 319e2d54279d9a4f854421c832221a486d4bca91a1a037d91a5995bbe4700b0f
3
+ metadata.gz: f00c24ff3a74693c2d50b97935fe9a0a30bfa7e0bbedf9a3edeef6ed2649ef14
4
+ data.tar.gz: 3a790d9c41f43c05a54619491ee43a004f1b0bcf9ca92bfab55b37b5fa8449c3
5
5
  SHA512:
6
- metadata.gz: 3ca294c1c58a05fabcf09897ce450cdb6473e838faf29b126db464f0f06fe86e7d7646d146654a96bf3bed739665b3f0ea40e2dafe391428b62e05cb58ca3066
7
- data.tar.gz: c132560e5513904fc2796e9c34837bcd210eb49c961d53d4ef404ff59c20cedd764aa62965bfc991d3ff2941913cd31a1526522e4401c37bef964036e64f3b23
6
+ metadata.gz: eec825f9ae479f17f959632fbfc136f343e76470188fc061c97a506142a0fb5af99eec618b49df1fa188e5109e6de37231f4d4d0458a3a7de8e53a75179265b9
7
+ data.tar.gz: 18ac611fe5d5b7222496c46c547198569f9e83cf7e5e2d0b1a8b6c1937528f3f78d4d55176c3fed7b648f607cb7bb3c795ced2673e75b5e755a5cb01b3d812ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.21.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240607
@@ -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
@@ -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.21.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 = "20240607"
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
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.21.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-06-16 00:00:00.000000000 Z
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.21.0
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: []