Skip to content

Commit fea82f6

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - schemas.BuildTrigger.properties.includeBuildLogs.type (Total Keys: 1)
1 parent 0410feb commit fea82f6

8 files changed

+58
-34
lines changed

docs/dyn/cloudbuild_v1.projects.githubEnterpriseConfigs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +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 GithubEnterpriseConfigs 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
131+
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig&#x27;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
132132
projectId: string, ID of the project.
133133
x__xgafv: string, V1 error format.
134134
Allowed values

docs/dyn/cloudbuild_v1.projects.locations.githubEnterpriseConfigs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +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 GithubEnterpriseConfigs 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
131+
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig&#x27;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
132132
projectId: string, ID of the project.
133133
x__xgafv: string, V1 error format.
134134
Allowed values

docs/dyn/cloudbuild_v1.projects.locations.triggers.html

Lines changed: 18 additions & 12 deletions
Large diffs are not rendered by default.

docs/dyn/cloudbuild_v1.projects.triggers.html

Lines changed: 18 additions & 12 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/cloudbuild.v1.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
],
424424
"parameters": {
425425
"gheConfigId": {
426-
"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",
426+
"description": "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",
427427
"location": "query",
428428
"type": "string"
429429
},
@@ -1062,7 +1062,7 @@
10621062
],
10631063
"parameters": {
10641064
"gheConfigId": {
1065-
"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",
1065+
"description": "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",
10661066
"location": "query",
10671067
"type": "string"
10681068
},
@@ -2011,7 +2011,7 @@
20112011
}
20122012
}
20132013
},
2014-
"revision": "20220428",
2014+
"revision": "20220505",
20152015
"rootUrl": "https://cloudbuild.googleapis.com/",
20162016
"schemas": {
20172017
"ApprovalConfig": {
@@ -2338,7 +2338,7 @@
23382338
"type": "string"
23392339
},
23402340
"projectKey": {
2341-
"description": "Required. Key of the project that the repo is in. For example: The key for http://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".",
2341+
"description": "Required. Key of the project that the repo is in. For example: The key for https://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".",
23422342
"type": "string"
23432343
},
23442344
"pullRequest": {
@@ -2350,7 +2350,7 @@
23502350
"description": "Filter to match changes in refs like branches, tags."
23512351
},
23522352
"repoSlug": {
2353-
"description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in http://mybitbucket.server/projects/TEST/repos/test-repo.",
2353+
"description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in https://mybitbucket.server/projects/TEST/repos/test-repo.",
23542354
"type": "string"
23552355
}
23562356
},
@@ -2916,6 +2916,18 @@
29162916
},
29172917
"type": "array"
29182918
},
2919+
"includeBuildLogs": {
2920+
"description": "If set to INCLUDE_BUILD_LOGS_WITH_STATUS, log url will be shown on GitHub page when build status is final. Setting this field to INCLUDE_BUILD_LOGS_WITH_STATUS for non GitHub triggers results in INVALID_ARGUMENT error.",
2921+
"enum": [
2922+
"INCLUDE_BUILD_LOGS_UNSPECIFIED",
2923+
"INCLUDE_BUILD_LOGS_WITH_STATUS"
2924+
],
2925+
"enumDescriptions": [
2926+
"Build logs will not be shown on GitHub.",
2927+
"Build logs will be shown on GitHub."
2928+
],
2929+
"type": "string"
2930+
},
29192931
"includedFiles": {
29202932
"description": "If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.",
29212933
"items": {

googleapiclient/discovery_cache/documents/cloudbuild.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
}
307307
}
308308
},
309-
"revision": "20220428",
309+
"revision": "20220505",
310310
"rootUrl": "https://cloudbuild.googleapis.com/",
311311
"schemas": {
312312
"ApprovalConfig": {

googleapiclient/discovery_cache/documents/cloudbuild.v1alpha2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
}
318318
}
319319
},
320-
"revision": "20220428",
320+
"revision": "20220505",
321321
"rootUrl": "https://cloudbuild.googleapis.com/",
322322
"schemas": {
323323
"ApprovalConfig": {

googleapiclient/discovery_cache/documents/cloudbuild.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
}
323323
}
324324
},
325-
"revision": "20220428",
325+
"revision": "20220505",
326326
"rootUrl": "https://cloudbuild.googleapis.com/",
327327
"schemas": {
328328
"ApprovalConfig": {

0 commit comments

Comments
 (0)