Skip to content

Commit 7f6e2e7

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - resources.projects.resources.githubEnterpriseConfigs.methods.create.parameters.gheConfigId (Total Keys: 2) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.create.parameters.gheConfigId (Total Keys: 2)
1 parent d946be5 commit 7f6e2e7

6 files changed

+20
-8
lines changed

docs/dyn/cloudbuild_v1.projects.githubEnterpriseConfigs.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="#create">create(parent, body=None, projectId=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Create an association between a GCP project and a GitHub Enterprise server.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, configId=None, projectId=None, x__xgafv=None)</a></code></p>
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
9999
</div>
100100

101101
<div class="method">
102-
<code class="details" id="create">create(parent, body=None, projectId=None, x__xgafv=None)</code>
102+
<code class="details" id="create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</code>
103103
<pre>Create an association between a GCP project and a GitHub Enterprise server.
104104

105105
Args:
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128128
&quot;webhookKey&quot;: &quot;A String&quot;, # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
129129
}
130130

131+
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig’s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
131132
projectId: string, ID of the project.
132133
x__xgafv: string, V1 error format.
133134
Allowed values

docs/dyn/cloudbuild_v1.projects.locations.githubEnterpriseConfigs.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="#create">create(parent, body=None, projectId=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Create an association between a GCP project and a GitHub Enterprise server.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, configId=None, projectId=None, x__xgafv=None)</a></code></p>
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
9999
</div>
100100

101101
<div class="method">
102-
<code class="details" id="create">create(parent, body=None, projectId=None, x__xgafv=None)</code>
102+
<code class="details" id="create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</code>
103103
<pre>Create an association between a GCP project and a GitHub Enterprise server.
104104

105105
Args:
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128128
&quot;webhookKey&quot;: &quot;A String&quot;, # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
129129
}
130130

131+
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig’s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
131132
projectId: string, ID of the project.
132133
x__xgafv: string, V1 error format.
133134
Allowed values

googleapiclient/discovery_cache/documents/cloudbuild.v1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@
388388
"parent"
389389
],
390390
"parameters": {
391+
"gheConfigId": {
392+
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
393+
"location": "query",
394+
"type": "string"
395+
},
391396
"parent": {
392397
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
393398
"location": "path",
@@ -763,6 +768,11 @@
763768
"parent"
764769
],
765770
"parameters": {
771+
"gheConfigId": {
772+
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
773+
"location": "query",
774+
"type": "string"
775+
},
766776
"parent": {
767777
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
768778
"location": "path",
@@ -1708,7 +1718,7 @@
17081718
}
17091719
}
17101720
},
1711-
"revision": "20210910",
1721+
"revision": "20210923",
17121722
"rootUrl": "https://cloudbuild.googleapis.com/",
17131723
"schemas": {
17141724
"ApprovalConfig": {

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": "20210910",
309+
"revision": "20210923",
310310
"rootUrl": "https://cloudbuild.googleapis.com/",
311311
"schemas": {
312312
"ApprovalConfig": {

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": "20210910",
320+
"revision": "20210923",
321321
"rootUrl": "https://cloudbuild.googleapis.com/",
322322
"schemas": {
323323
"ApprovalConfig": {

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": "20210910",
320+
"revision": "20210923",
321321
"rootUrl": "https://cloudbuild.googleapis.com/",
322322
"schemas": {
323323
"ApprovalConfig": {

0 commit comments

Comments
 (0)