Skip to content

Commit 0482945

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - schemas.BuildOptions.properties.workerPool.deprecated (Total Keys: 1) - schemas.GitHubEnterpriseSecrets.properties.oauthClientIdName.deprecated (Total Keys: 1) - schemas.GitHubEnterpriseSecrets.properties.oauthSecretName.deprecated (Total Keys: 1) - schemas.GitHubEnterpriseSecrets.properties.privateKeyName.deprecated (Total Keys: 1) - schemas.GitHubEnterpriseSecrets.properties.webhookSecretName.deprecated (Total Keys: 1) - schemas.GitHubEventsConfig.properties.installationId.deprecated (Total Keys: 1)
1 parent c8aef97 commit 0482945

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

googleapiclient/discovery_cache/documents/cloudbuild.v1.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
}
23202320
}
23212321
},
2322-
"revision": "20230626",
2322+
"revision": "20230713",
23232323
"rootUrl": "https://cloudbuild.googleapis.com/",
23242324
"schemas": {
23252325
"ApprovalConfig": {
@@ -2982,7 +2982,7 @@
29822982
],
29832983
"enumDescriptions": [
29842984
"Unspecified.",
2985-
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to GCS buckets in the build project."
2985+
"Bucket is located in user-owned project in the same region as the build. The builder service account must have access to create and write to Cloud Storage buckets in the build project."
29862986
],
29872987
"type": "string"
29882988
},
@@ -3026,6 +3026,14 @@
30263026
"CLOUD_LOGGING_ONLY",
30273027
"NONE"
30283028
],
3029+
"enumDeprecated": [
3030+
false,
3031+
false,
3032+
false,
3033+
true,
3034+
false,
3035+
false
3036+
],
30293037
"enumDescriptions": [
30303038
"The service determines the logging mode. The default is `LEGACY`. Do not rely on the default logging behavior as it may change in the future.",
30313039
"Build logs are stored in Cloud Logging and Cloud Storage.",
@@ -3118,6 +3126,7 @@
31183126
"type": "array"
31193127
},
31203128
"workerPool": {
3129+
"deprecated": true,
31213130
"description": "This field deprecated; please use `pool.name` instead.",
31223131
"type": "string"
31233132
}
@@ -3796,6 +3805,7 @@
37963805
"id": "GitHubEnterpriseSecrets",
37973806
"properties": {
37983807
"oauthClientIdName": {
3808+
"deprecated": true,
37993809
"description": "The resource name for the OAuth client ID secret in Secret Manager.",
38003810
"type": "string"
38013811
},
@@ -3804,6 +3814,7 @@
38043814
"type": "string"
38053815
},
38063816
"oauthSecretName": {
3817+
"deprecated": true,
38073818
"description": "The resource name for the OAuth secret in Secret Manager.",
38083819
"type": "string"
38093820
},
@@ -3812,6 +3823,7 @@
38123823
"type": "string"
38133824
},
38143825
"privateKeyName": {
3826+
"deprecated": true,
38153827
"description": "The resource name for the private key secret.",
38163828
"type": "string"
38173829
},
@@ -3820,6 +3832,7 @@
38203832
"type": "string"
38213833
},
38223834
"webhookSecretName": {
3835+
"deprecated": true,
38233836
"description": "The resource name for the webhook secret in Secret Manager.",
38243837
"type": "string"
38253838
},
@@ -3839,6 +3852,7 @@
38393852
"type": "string"
38403853
},
38413854
"installationId": {
3855+
"deprecated": true,
38423856
"description": "The installationID that emits the GitHub event.",
38433857
"format": "int64",
38443858
"type": "string"

0 commit comments

Comments
 (0)