google-apis-cloudbuild_v2 0.16.0 → 0.17.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: 8798e9450c57f857fd75ab559d0cefea9cc261604cb5db2fb82b9c2cc97c80fa
4
- data.tar.gz: 30242f44e8d37e084091dbccd999eb0b06e4ae567d5267ed3b361a2561ddce0f
3
+ metadata.gz: d187a7434517f430d31a5e2adab0b13c439fd627386c4352600d9021194efb5d
4
+ data.tar.gz: b852bdb5b9f9082d7d7989301d34e6eb218ce64cefa1ef73b8632fd0360b98be
5
5
  SHA512:
6
- metadata.gz: c5daf41de54e78d817ae74b296fede8d5bf20555aaf27a1603e3803c3c348acfa0acb740c6c32ab830b602b8ba410bb8c83e733828669cd0ea97064b667763a0
7
- data.tar.gz: 7e47eec93d94c86dfb6d4c7a5a914911bf74aafe376b4b1cba785cf027cbc875c9159eed351d761a01a35e0be003a3e7eff10ce7137b022f8d10a506342ac471
6
+ metadata.gz: df7832a51d118acbcad1f704c95036a2ef670b6ef6fa205cf2b51f131a710706f78e656e32c879659f106ea5bcd3e1d7a328d6d40040e036fa0008cc9604d78d
7
+ data.tar.gz: 9d6045374dea77172ff9fa1691d990117b573bff304e1f73562b848c6455c286d427f2ad451e922a581d22bde83e85937f7900a4523108256331b4c753577395
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v2
2
2
 
3
+ ### v0.17.0 (2024-04-21)
4
+
5
+ * Regenerated from discovery document revision 20240411
6
+
3
7
  ### v0.16.0 (2024-03-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20240314
@@ -1714,6 +1714,11 @@ module Google
1714
1714
  # @return [Google::Apis::CloudbuildV2::PipelineSpec]
1715
1715
  attr_accessor :pipeline_spec
1716
1716
 
1717
+ # Output only. Inline pipelineSpec yaml string, used by workflow run requests.
1718
+ # Corresponds to the JSON property `pipelineSpecYaml`
1719
+ # @return [String]
1720
+ attr_accessor :pipeline_spec_yaml
1721
+
1717
1722
  # Provenance configuration.
1718
1723
  # Corresponds to the JSON property `provenance`
1719
1724
  # @return [Google::Apis::CloudbuildV2::Provenance]
@@ -1814,6 +1819,7 @@ module Google
1814
1819
  @pipeline_ref = args[:pipeline_ref] if args.key?(:pipeline_ref)
1815
1820
  @pipeline_run_status = args[:pipeline_run_status] if args.key?(:pipeline_run_status)
1816
1821
  @pipeline_spec = args[:pipeline_spec] if args.key?(:pipeline_spec)
1822
+ @pipeline_spec_yaml = args[:pipeline_spec_yaml] if args.key?(:pipeline_spec_yaml)
1817
1823
  @provenance = args[:provenance] if args.key?(:provenance)
1818
1824
  @record = args[:record] if args.key?(:record)
1819
1825
  @resolved_pipeline_spec = args[:resolved_pipeline_spec] if args.key?(:resolved_pipeline_spec)
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240314"
25
+ REVISION = "20240411"
26
26
  end
27
27
  end
28
28
  end
@@ -952,6 +952,7 @@ module Google
952
952
  property :pipeline_run_status, as: 'pipelineRunStatus'
953
953
  property :pipeline_spec, as: 'pipelineSpec', class: Google::Apis::CloudbuildV2::PipelineSpec, decorator: Google::Apis::CloudbuildV2::PipelineSpec::Representation
954
954
 
955
+ property :pipeline_spec_yaml, as: 'pipelineSpecYaml'
955
956
  property :provenance, as: 'provenance', class: Google::Apis::CloudbuildV2::Provenance, decorator: Google::Apis::CloudbuildV2::Provenance::Representation
956
957
 
957
958
  property :record, as: 'record'
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.16.0
4
+ version: 0.17.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-03-24 00:00:00.000000000 Z
11
+ date: 2024-04-21 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.17.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: []