Synchronize new proto/yaml changes.

PiperOrigin-RevId: 194955888
This commit is contained in:
Google APIs 2018-05-01 10:25:52 -07:00 committed by Copybara-Service
parent f554d3e336
commit 239de4dc81
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@ message RequestSyncDevicesRequest {
// Required. Third-party user id issued by agent's third-party identity
// provider.
string agent_user_id = 1;
// Optional. If set, the request will be added to a queue and a response will
// be returned immediately. The queue allows for de-duplication of
// simultaneous requests.
bool async = 2;
}
// Response type for RequestSyncDevices call. Intentionally empty upon success.