google-apis-cloudbuild_v2 0.15.0 → 0.17.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: 87c916dfce5ed6789bc288c7383ac7cd23f22759accc0d99cd77639464fcb377
4
- data.tar.gz: 1636867af3c50fd9c1306899abbc346d5f3bbcc3112c5b041943de51e7369082
3
+ metadata.gz: d187a7434517f430d31a5e2adab0b13c439fd627386c4352600d9021194efb5d
4
+ data.tar.gz: b852bdb5b9f9082d7d7989301d34e6eb218ce64cefa1ef73b8632fd0360b98be
5
5
  SHA512:
6
- metadata.gz: 0aa4bfad4d734bdcde6ca69d7f5eec89954349f78e19f78451462fa9dc0dd6a21b276634be92f18fb616272b981abf546963979f66f4b3e8b467e58ccc76bb6c
7
- data.tar.gz: '074946f3b9adbe32acce7baf60b7798b7fcc41a67676fdf8cc9c652e5e35cbf06c204040e699fac8d190534901897653524bfd64309090c7ba883615eb1a6aab'
6
+ metadata.gz: df7832a51d118acbcad1f704c95036a2ef670b6ef6fa205cf2b51f131a710706f78e656e32c879659f106ea5bcd3e1d7a328d6d40040e036fa0008cc9604d78d
7
+ data.tar.gz: 9d6045374dea77172ff9fa1691d990117b573bff304e1f73562b848c6455c286d427f2ad451e922a581d22bde83e85937f7900a4523108256331b4c753577395
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.16.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240314
10
+
3
11
  ### v0.15.0 (2024-03-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20240310
@@ -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.15.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 = "20240310"
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'
@@ -702,7 +702,7 @@ module Google
702
702
  # Required. The resource name of the repository in the format `projects/*/
703
703
  # locations/*/connections/*/repositories/*`.
704
704
  # @param [Fixnum] page_size
705
- # Optional. Number of results to return in the list. Default to 100.
705
+ # Optional. Number of results to return in the list. Default to 20.
706
706
  # @param [String] page_token
707
707
  # Optional. Page start.
708
708
  # @param [String] ref_type
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.15.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-17 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.15.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: []