Skip to content

Commit bd4f368

Browse files
Google APIscopybara-github
authored andcommitted
feat: added support for deploy policies
docs: Minor documentation updates PiperOrigin-RevId: 679600689
1 parent 005df46 commit bd4f368

5 files changed

Lines changed: 686 additions & 1 deletion

File tree

google/cloud/deploy/v1/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ proto_library(
2929
"cloud_deploy.proto",
3030
"customtargettype_notification_payload.proto",
3131
"deliverypipeline_notification_payload.proto",
32+
"deploypolicy_evaluation_payload.proto",
3233
"deploypolicy_notification_payload.proto",
3334
"jobrun_notification_payload.proto",
3435
"log_enums.proto",
@@ -45,6 +46,8 @@ proto_library(
4546
"//google/api:resource_proto",
4647
"//google/longrunning:operations_proto",
4748
"//google/type:date_proto",
49+
"//google/type:dayofweek_proto",
50+
"//google/type:timeofday_proto",
4851
"@com_google_protobuf//:duration_proto",
4952
"@com_google_protobuf//:empty_proto",
5053
"@com_google_protobuf//:field_mask_proto",
@@ -149,6 +152,8 @@ go_proto_library(
149152
"//google/api:annotations_go_proto",
150153
"//google/longrunning:longrunning_go_proto",
151154
"//google/type:date_go_proto",
155+
"//google/type:dayofweek_go_proto",
156+
"//google/type:timeofday_go_proto",
152157
],
153158
)
154159

0 commit comments

Comments
 (0)