You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Create an association between a GCP project and a GitHub Enterprise server.
104
104
105
105
Args:
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128
128
"webhookKey": "A String", # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
129
129
}
130
130
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
<pre>Create an association between a GCP project and a GitHub Enterprise server.
104
104
105
105
Args:
@@ -128,6 +128,7 @@ <h3>Method Details</h3>
128
128
"webhookKey": "A String", # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
129
129
}
130
130
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
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/cloudbuild.v1.json
+11-1
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,11 @@
388
388
"parent"
389
389
],
390
390
"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
+
},
391
396
"parent": {
392
397
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
393
398
"location": "path",
@@ -763,6 +768,11 @@
763
768
"parent"
764
769
],
765
770
"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
+
},
766
776
"parent": {
767
777
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
0 commit comments