Skip to content

Commit

Permalink
feat(cloudbuild): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Oct 12, 2021
1 parent d946be5 commit 7f6e2e7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
5 changes: 3 additions & 2 deletions docs/dyn/cloudbuild_v1.projects.githubEnterpriseConfigs.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, projectId=None, x__xgafv=None)</a></code></p>
<code><a href="#create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Create an association between a GCP project and a GitHub Enterprise server.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, configId=None, projectId=None, x__xgafv=None)</a></code></p>
Expand All @@ -99,7 +99,7 @@ <h3>Method Details</h3>
</div>

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

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

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
projectId: string, ID of the project.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, projectId=None, x__xgafv=None)</a></code></p>
<code><a href="#create">create(parent, body=None, gheConfigId=None, projectId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Create an association between a GCP project and a GitHub Enterprise server.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, configId=None, projectId=None, x__xgafv=None)</a></code></p>
Expand All @@ -99,7 +99,7 @@ <h3>Method Details</h3>
</div>

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

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

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
projectId: string, ID of the project.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
12 changes: 11 additions & 1 deletion googleapiclient/discovery_cache/documents/cloudbuild.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,11 @@
"parent"
],
"parameters": {
"gheConfigId": {
"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",
"location": "query",
"type": "string"
},
"parent": {
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"location": "path",
Expand Down Expand Up @@ -763,6 +768,11 @@
"parent"
],
"parameters": {
"gheConfigId": {
"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",
"location": "query",
"type": "string"
},
"parent": {
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"location": "path",
Expand Down Expand Up @@ -1708,7 +1718,7 @@
}
}
},
"revision": "20210910",
"revision": "20210923",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20210910",
"revision": "20210923",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20210910",
"revision": "20210923",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20210910",
"revision": "20210923",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down

0 comments on commit 7f6e2e7

Please sign in to comment.