google-apis-cloudbuild_v1 0.13.0 → 0.14.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: fb0499e20a9d222250ff6b33797fad6d904df236510c1d85b9a2ced3a82aca4f
4
- data.tar.gz: 64d58b7a1a51c2889686223d05e07721839d106e60187244dafe7a40a29b7186
3
+ metadata.gz: 14411eeda49095998db48baf87410a67863cc61207613f0b49b4c61e9faa7e01
4
+ data.tar.gz: a0e385e6c39acf817f180a3945f7cb6122a81c877775628631c6a8b7b595bfea
5
5
  SHA512:
6
- metadata.gz: 831b78709a5b4f6667008f9c0f68e4d987c9c11163b549b461b12e59d0d7c569a0957f353b4cba6c7cf7a7bd22a14a92bdfc38731f7d6f8eeab66a73c4d71979
7
- data.tar.gz: 9dfe24b2578c9d637cf3a77da27e442a3eaa56ec7322ec1eeeb6244f4e49896ad4116355a89d02ee229785b867ee504f384e1046af8d66e4c410074756c73d5d
6
+ metadata.gz: 97df2a18310dcbf96f70e01da2b52d11497bbb75b1716618d94a1dbf87b5c483b60bf7e0223ebf1386c855b9b415ac6f306f18b6817d4b6e412cd5097e6ea375
7
+ data.tar.gz: 912eb0df0abf5b94c202eeae234fca4d5af9a9be65dfba12f3d3664012a8628cd328d89a3a6ad0aeb024865e567ba5ae39d4ea3a6863f31ec6173092e575cd08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.14.0 (2021-08-03)
4
+
5
+ * Regenerated from discovery document revision 20210730
6
+
3
7
  ### v0.13.0 (2021-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20210723
@@ -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.13.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 = "20210723"
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.13.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-02 00:00:00.000000000 Z
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.13.0
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: []