google-apis-cloudbuild_v1 0.33.0 → 0.34.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: b28d792caafcf4c7fe9d6224100282d76f95c160e3b78e94f274d7f0a10014a2
4
- data.tar.gz: 25743299e5e245f04aac6cc6e26a4ce546edda308f8c014ed325f195bb0e0888
3
+ metadata.gz: 462512a81900ecccfdf3c57ecf99217317e6eb1c3438bf813de1c509d03db9d5
4
+ data.tar.gz: 3363c0ed27f8b6de17429d642f7fcd38afc6543b7d61bc0aa1bf12fdd9e21f75
5
5
  SHA512:
6
- metadata.gz: '09838df073bdcd1ebf52b76ad2296dfca32429ff73af5d4a63e09e1a6a191671bb6aaf56a3df648256ac0ed9db46f114ba3358ff35c941898999a9e3a5e8463e'
7
- data.tar.gz: b0b27141282c9feefbe36a8a6085d35d81462663c361d3512b4d48995e8f63125683cfb7b77b6ad44fe30ede1ece9f5256c4d54da8c1ce2d9f724f9ad7c2883f
6
+ metadata.gz: fbd795860689c508a92ec8f63b38c0b1ef8d2ff366a3d86ef0a1f8dfa4e3799c5a51d1750937070a24ec66e847c2c518b5db34581d3c9cfbc75a646789a1e815
7
+ data.tar.gz: 3a00e8959bdae22631e3ac6d538f1903ebfcd70ad45c2e6a98a690ea71f3111a2ad601d73deffaa7561d39bb7159826980f960a26ed4facc9e22aca9379d66f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.33.0 (2022-06-17)
4
9
 
5
10
  * Regenerated using generator version 0.6.0
@@ -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.33.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.6.0"
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.33.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-06-20 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
@@ -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.33.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: []