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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +3 -3
- data/lib/google/apis/cloudbuild_v1/service.rb +8 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 462512a81900ecccfdf3c57ecf99217317e6eb1c3438bf813de1c509d03db9d5
|
|
4
|
+
data.tar.gz: 3363c0ed27f8b6de17429d642f7fcd38afc6543b7d61bc0aa1bf12fdd9e21f75
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbd795860689c508a92ec8f63b38c0b1ef8d2ff366a3d86ef0a1f8dfa4e3799c5a51d1750937070a24ec66e847c2c518b5db34581d3c9cfbc75a646789a1e815
|
|
7
|
+
data.tar.gz: 3a00e8959bdae22631e3ac6d538f1903ebfcd70ad45c2e6a98a690ea71f3111a2ad601d73deffaa7561d39bb7159826980f960a26ed4facc9e22aca9379d66f3
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.34.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|