Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248724297
This commit is contained in:
parent
bf595eb386
commit
99efb1441b
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue