aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle APIs <noreply@google.com>2019-05-17 08:30:06 -0700
committerCopybara-Service <copybara-worker@google.com>2019-05-17 08:30:36 -0700
commit99efb1441b7c2aeb75c69f8baf9b61d4221bb744 (patch)
tree83a58f724f7c6b66ce5547308b98940fd83ca7f1
parentbf595eb386ec452ea1befa4ea81db7ff07a476b3 (diff)
downloadgoogleapis-99efb1441b7c2aeb75c69f8baf9b61d4221bb744.tar.gz
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248724297
-rw-r--r--google/api/servicecontrol/v1/service_controller.proto6
1 files changed, 6 insertions, 0 deletions
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;
}