Skip to content

Commit 48ce887

Browse files
Google APIscopybara-github
authored andcommitted
feat!: Updated third_party Cloud Build clients with new Build message fields:
- `service_account`, which is available to members of our closed alpha - STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes - `dynamic_substitutions` option BREAKING CHANGE: The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud. PiperOrigin-RevId: 330504082
1 parent a8c7321 commit 48ce887

File tree

3 files changed

+84
-230
lines changed

3 files changed

+84
-230
lines changed

google/devtools/cloudbuild/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ proto_library(
1818
"//google/api:annotations_proto",
1919
"//google/api:client_proto",
2020
"//google/api:field_behavior_proto",
21+
"//google/api:resource_proto",
2122
"//google/longrunning:operations_proto",
2223
"@com_google_protobuf//:duration_proto",
2324
"@com_google_protobuf//:empty_proto",
25+
"@com_google_protobuf//:field_mask_proto",
2426
"@com_google_protobuf//:timestamp_proto",
2527
],
2628
)

0 commit comments

Comments
 (0)