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
"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."
2986
2986
],
2987
2987
"type": "string"
2988
2988
},
@@ -3026,6 +3026,14 @@
3026
3026
"CLOUD_LOGGING_ONLY",
3027
3027
"NONE"
3028
3028
],
3029
+
"enumDeprecated": [
3030
+
false,
3031
+
false,
3032
+
false,
3033
+
true,
3034
+
false,
3035
+
false
3036
+
],
3029
3037
"enumDescriptions": [
3030
3038
"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.",
3031
3039
"Build logs are stored in Cloud Logging and Cloud Storage.",
@@ -3118,6 +3126,7 @@
3118
3126
"type": "array"
3119
3127
},
3120
3128
"workerPool": {
3129
+
"deprecated": true,
3121
3130
"description": "This field deprecated; please use `pool.name` instead.",
3122
3131
"type": "string"
3123
3132
}
@@ -3796,6 +3805,7 @@
3796
3805
"id": "GitHubEnterpriseSecrets",
3797
3806
"properties": {
3798
3807
"oauthClientIdName": {
3808
+
"deprecated": true,
3799
3809
"description": "The resource name for the OAuth client ID secret in Secret Manager.",
3800
3810
"type": "string"
3801
3811
},
@@ -3804,6 +3814,7 @@
3804
3814
"type": "string"
3805
3815
},
3806
3816
"oauthSecretName": {
3817
+
"deprecated": true,
3807
3818
"description": "The resource name for the OAuth secret in Secret Manager.",
3808
3819
"type": "string"
3809
3820
},
@@ -3812,6 +3823,7 @@
3812
3823
"type": "string"
3813
3824
},
3814
3825
"privateKeyName": {
3826
+
"deprecated": true,
3815
3827
"description": "The resource name for the private key secret.",
3816
3828
"type": "string"
3817
3829
},
@@ -3820,6 +3832,7 @@
3820
3832
"type": "string"
3821
3833
},
3822
3834
"webhookSecretName": {
3835
+
"deprecated": true,
3823
3836
"description": "The resource name for the webhook secret in Secret Manager.",
3824
3837
"type": "string"
3825
3838
},
@@ -3839,6 +3852,7 @@
3839
3852
"type": "string"
3840
3853
},
3841
3854
"installationId": {
3855
+
"deprecated": true,
3842
3856
"description": "The installationID that emits the GitHub event.",
0 commit comments