From 99efb1441b7c2aeb75c69f8baf9b61d4221bb744 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 17 May 2019 08:30:06 -0700 Subject: Synchronize new proto/yaml changes. PiperOrigin-RevId: 248724297 --- google/api/servicecontrol/v1/service_controller.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/google/api/servicecontrol/v1/service_controller.proto b/google/api/servicecontrol/v1/service_controller.proto index 6e11bcf0f..38f53ca06 100644 --- a/google/api/servicecontrol/v1/service_controller.proto +++ b/google/api/servicecontrol/v1/service_controller.proto @@ -117,6 +117,9 @@ message CheckResponse { // and diagnostics purposes. string operation_id = 1; + // The current service rollout id used to process the request. + string service_rollout_id = 11; + // Indicate the decision of the check. // // If no check errors are present, the service should process the operation. @@ -195,4 +198,7 @@ message ReportResponse { // The actual config id used to process the request. string service_config_id = 2; + + // The current service rollout id used to process the request. + string service_rollout_id = 4; } -- cgit v1.2.3