google-apis-cloudbuild_v1 0.31.0 → 0.34.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: d3a087cd716784a3a4d38b39d307f4dce40015a755773e1ecf2311aa34509b5c
4
- data.tar.gz: 1c344ecc858dab91da86d96328e11cf9eabc2ee412900c3766fb1d53ad37b0cb
3
+ metadata.gz: 462512a81900ecccfdf3c57ecf99217317e6eb1c3438bf813de1c509d03db9d5
4
+ data.tar.gz: 3363c0ed27f8b6de17429d642f7fcd38afc6543b7d61bc0aa1bf12fdd9e21f75
5
5
  SHA512:
6
- metadata.gz: e7c695f6f0028181f1fcc0f8220c684ea38e917aa646c4facdeba60321fab687dfa688991b23e1651e793c4f505a28f3631d35eb8d74ef86bc7860cf86ff0530
7
- data.tar.gz: 9efc7435fc047f66452a60479da44daac5c5b6f8cbf6a194b649de85c48c2a089e67d5ece8950f28801e64d66c7f4a1867072126ae7b124284e344ca41a6712a
6
+ metadata.gz: fbd795860689c508a92ec8f63b38c0b1ef8d2ff366a3d86ef0a1f8dfa4e3799c5a51d1750937070a24ec66e847c2c518b5db34581d3c9cfbc75a646789a1e815
7
+ data.tar.gz: 3a00e8959bdae22631e3ac6d538f1903ebfcd70ad45c2e6a98a690ea71f3111a2ad601d73deffaa7561d39bb7159826980f960a26ed4facc9e22aca9379d66f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.34.0 (2022-06-24)
4
+
5
+ * Regenerated from discovery document revision 20220619
6
+ * Regenerated using generator version 0.7.0
7
+
8
+ ### v0.33.0 (2022-06-17)
9
+
10
+ * Regenerated using generator version 0.6.0
11
+
12
+ ### v0.32.0 (2022-06-03)
13
+
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.31.0 (2022-05-20)
4
17
 
5
18
  * Regenerated from discovery document revision 20220512
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.31.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220512"
25
+ REVISION = "20220619"
26
26
  end
27
27
  end
28
28
  end
@@ -1592,7 +1592,10 @@ module Google
1592
1592
  execute_or_queue_command(command, &block)
1593
1593
  end
1594
1594
 
1595
- # Runs a `BuildTrigger` at a particular source revision.
1595
+ # Runs a `BuildTrigger` at a particular source revision. To run a regional or
1596
+ # global trigger, use the POST request that includes the location endpoint in
1597
+ # the path. The POST request that does not include the location endpoint in the
1598
+ # path can only be used when running global triggers.
1596
1599
  # @param [String] name
1597
1600
  # The name of the `Trigger` to run. Format: `projects/`project`/locations/`
1598
1601
  # location`/triggers/`trigger``
@@ -2058,7 +2061,10 @@ module Google
2058
2061
  execute_or_queue_command(command, &block)
2059
2062
  end
2060
2063
 
2061
- # Runs a `BuildTrigger` at a particular source revision.
2064
+ # Runs a `BuildTrigger` at a particular source revision. To run a regional or
2065
+ # global trigger, use the POST request that includes the location endpoint in
2066
+ # the path. The POST request that does not include the location endpoint in the
2067
+ # path can only be used when running global triggers.
2062
2068
  # @param [String] project_id
2063
2069
  # Required. ID of the project.
2064
2070
  # @param [String] trigger_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.34.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: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Build API V1