Synchronize new proto/yaml changes.
PiperOrigin-RevId: 194955888
This commit is contained in:
parent
f554d3e336
commit
239de4dc81
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue