google-apis-cloudbuild_v1 0.13.0 → 0.14.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 +4 -0
- data/lib/google/apis/cloudbuild_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudbuild_v1/service.rb +5 -1
- 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: 14411eeda49095998db48baf87410a67863cc61207613f0b49b4c61e9faa7e01
|
|
4
|
+
data.tar.gz: a0e385e6c39acf817f180a3945f7cb6122a81c877775628631c6a8b7b595bfea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97df2a18310dcbf96f70e01da2b52d11497bbb75b1716618d94a1dbf87b5c483b60bf7e0223ebf1386c855b9b415ac6f306f18b6817d4b6e412cd5097e6ea375
|
|
7
|
+
data.tar.gz: 912eb0df0abf5b94c202eeae234fca4d5af9a9be65dfba12f3d3664012a8628cd328d89a3a6ad0aeb024865e567ba5ae39d4ea3a6863f31ec6173092e575cd08
|
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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210730"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1733,6 +1733,9 @@ module Google
|
|
|
1733
1733
|
|
|
1734
1734
|
# ReceiveWebhook is called when the API receives a GitHub webhook.
|
|
1735
1735
|
# @param [Google::Apis::CloudbuildV1::HttpBody] http_body_object
|
|
1736
|
+
# @param [String] webhook_key
|
|
1737
|
+
# For GitHub Enterprise webhooks, this key is used to associate the webhook
|
|
1738
|
+
# request with the GitHubEnterpriseConfig to use for validation.
|
|
1736
1739
|
# @param [String] fields
|
|
1737
1740
|
# Selector specifying which fields to include in a partial response.
|
|
1738
1741
|
# @param [String] quota_user
|
|
@@ -1750,12 +1753,13 @@ module Google
|
|
|
1750
1753
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
1751
1754
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
1752
1755
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
1753
|
-
def webhook(http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1756
|
+
def webhook(http_body_object = nil, webhook_key: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
1754
1757
|
command = make_simple_command(:post, 'v1/webhook', options)
|
|
1755
1758
|
command.request_representation = Google::Apis::CloudbuildV1::HttpBody::Representation
|
|
1756
1759
|
command.request_object = http_body_object
|
|
1757
1760
|
command.response_representation = Google::Apis::CloudbuildV1::Empty::Representation
|
|
1758
1761
|
command.response_class = Google::Apis::CloudbuildV1::Empty
|
|
1762
|
+
command.query['webhookKey'] = webhook_key unless webhook_key.nil?
|
|
1759
1763
|
command.query['fields'] = fields unless fields.nil?
|
|
1760
1764
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
1761
1765
|
execute_or_queue_command(command, &block)
|
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.14.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: 2021-08-
|
|
11
|
+
date: 2021-08-09 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/master/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.14.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbuild_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|