Synchronize new proto/yaml changes.

PiperOrigin-RevId: 248724297
This commit is contained in:
Google APIs 2019-05-17 08:30:06 -07:00 committed by Copybara-Service
parent bf595eb386
commit 99efb1441b
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}