Skip to content

Commit 6b06387

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - resources.v1.methods.webhook.parameters.webhookKey (Total Keys: 2)
1 parent 792aa55 commit 6b06387

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

Diff for: docs/dyn/cloudbuild_v1.v1.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#webhook">webhook(body=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#webhook">webhook(body=None, webhookKey=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">ReceiveWebhook is called when the API receives a GitHub webhook.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
@@ -87,7 +87,7 @@ <h3>Method Details</h3>
8787
</div>
8888

8989
<div class="method">
90-
<code class="details" id="webhook">webhook(body=None, x__xgafv=None)</code>
90+
<code class="details" id="webhook">webhook(body=None, webhookKey=None, x__xgafv=None)</code>
9191
<pre>ReceiveWebhook is called when the API receives a GitHub webhook.
9292

9393
Args:
@@ -104,6 +104,7 @@ <h3>Method Details</h3>
104104
],
105105
}
106106

107+
webhookKey: string, For GitHub Enterprise webhooks, this key is used to associate the webhook request with the GitHubEnterpriseConfig to use for validation.
107108
x__xgafv: string, V1 error format.
108109
Allowed values
109110
1 - v1 error format

Diff for: googleapiclient/discovery_cache/documents/cloudbuild.v1.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,13 @@
16341634
"httpMethod": "POST",
16351635
"id": "cloudbuild.webhook",
16361636
"parameterOrder": [],
1637-
"parameters": {},
1637+
"parameters": {
1638+
"webhookKey": {
1639+
"description": "For GitHub Enterprise webhooks, this key is used to associate the webhook request with the GitHubEnterpriseConfig to use for validation.",
1640+
"location": "query",
1641+
"type": "string"
1642+
}
1643+
},
16381644
"path": "v1/webhook",
16391645
"request": {
16401646
"$ref": "HttpBody"
@@ -1646,7 +1652,7 @@
16461652
}
16471653
}
16481654
},
1649-
"revision": "20210723",
1655+
"revision": "20210730",
16501656
"rootUrl": "https://cloudbuild.googleapis.com/",
16511657
"schemas": {
16521658
"ArtifactObjects": {

Diff for: googleapiclient/discovery_cache/documents/cloudbuild.v1alpha1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
}
307307
}
308308
},
309-
"revision": "20210723",
309+
"revision": "20210730",
310310
"rootUrl": "https://cloudbuild.googleapis.com/",
311311
"schemas": {
312312
"ArtifactObjects": {

Diff for: googleapiclient/discovery_cache/documents/cloudbuild.v1alpha2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
}
318318
}
319319
},
320-
"revision": "20210723",
320+
"revision": "20210730",
321321
"rootUrl": "https://cloudbuild.googleapis.com/",
322322
"schemas": {
323323
"ArtifactObjects": {

Diff for: googleapiclient/discovery_cache/documents/cloudbuild.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
}
318318
}
319319
},
320-
"revision": "20210723",
320+
"revision": "20210730",
321321
"rootUrl": "https://cloudbuild.googleapis.com/",
322322
"schemas": {
323323
"ArtifactObjects": {

0 commit comments

Comments
 (0)