google-apis-cloudbuild_v2 0.21.0 → 0.23.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: d6ba92fbf550537cee20fd229ea64168ca18353fcf1d10c5d6a3a5c48ee15d3a
4
+ data.tar.gz: '0958250f018d60929be6c618dc7a7054f697b668d86f1c6db2ddcad8ac4c38b2'
5
5
  SHA512:
6
- metadata.gz: 3ca294c1c58a05fabcf09897ce450cdb6473e838faf29b126db464f0f06fe86e7d7646d146654a96bf3bed739665b3f0ea40e2dafe391428b62e05cb58ca3066
7
- data.tar.gz: c132560e5513904fc2796e9c34837bcd210eb49c961d53d4ef404ff59c20cedd764aa62965bfc991d3ff2941913cd31a1526522e4401c37bef964036e64f3b23
6
+ metadata.gz: a6f53e847da77874d02601335e79f77ff55c3f9c0cdb33dd3aab675a5d89d247b52f708ba4eec8f6494d10c9ef3c7755cc023cba69725d5ba1bf1b8ef6728212
7
+ data.tar.gz: f448719dbc0981ec0ac283d716dd2d920c441775c396206ac7ef5dc7fc5bf85b98854a9a210683f61464d891f00a2c6af7851c3778f8e8a600af1c487f3ccee2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.23.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240720
6
+
7
+ ### v0.22.0 (2024-07-25)
8
+
9
+ * Regenerated from discovery document revision 20240704
10
+
3
11
  ### v0.21.0 (2024-06-16)
4
12
 
5
13
  * 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
@@ -2359,8 +2365,8 @@ module Google
2359
2365
  # @return [String]
2360
2366
  attr_accessor :secret_name
2361
2367
 
2362
- # Output only. Resource name of the SecretVersion. In format: projects/*/secrets/
2363
- # */versions/*
2368
+ # Optional. Resource name of the SecretVersion. In format: projects/*/secrets/*/
2369
+ # versions/*
2364
2370
  # Corresponds to the JSON property `secretVersion`
2365
2371
  # @return [String]
2366
2372
  attr_accessor :secret_version
@@ -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.23.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 = "20240720"
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.23.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.23.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: []