Skip to content

Commit 3802bd0

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove an API that was mistakenly made public
PiperOrigin-RevId: 657229458
1 parent 33fe71e commit 3802bd0

4 files changed

Lines changed: 0 additions & 659 deletions

File tree

google/cloud/deploy/v1/BUILD.bazel

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ proto_library(
2929
"cloud_deploy.proto",
3030
"customtargettype_notification_payload.proto",
3131
"deliverypipeline_notification_payload.proto",
32-
"deploypolicy_evaluation_payload.proto",
3332
"deploypolicy_notification_payload.proto",
3433
"jobrun_notification_payload.proto",
3534
"log_enums.proto",
@@ -46,8 +45,6 @@ proto_library(
4645
"//google/api:resource_proto",
4746
"//google/longrunning:operations_proto",
4847
"//google/type:date_proto",
49-
"//google/type:dayofweek_proto",
50-
"//google/type:timeofday_proto",
5148
"@com_google_protobuf//:duration_proto",
5249
"@com_google_protobuf//:empty_proto",
5350
"@com_google_protobuf//:field_mask_proto",
@@ -152,8 +149,6 @@ go_proto_library(
152149
"//google/api:annotations_go_proto",
153150
"//google/longrunning:longrunning_go_proto",
154151
"//google/type:date_go_proto",
155-
"//google/type:dayofweek_go_proto",
156-
"//google/type:timeofday_go_proto",
157152
],
158153
)
159154

@@ -369,7 +364,6 @@ load(
369364

370365
csharp_proto_library(
371366
name = "deploy_csharp_proto",
372-
extra_opts = [],
373367
deps = [":deploy_proto"],
374368
)
375369

0 commit comments

Comments
 (0)