From 239de4dc8144d121a9a51b6eb1a53a8174c0bc48 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 1 May 2018 10:25:52 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 194955888 --- google/home/graph/v1/homegraph.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/google/home/graph/v1/homegraph.proto b/google/home/graph/v1/homegraph.proto index 7edaf73f..37cba267 100644 --- a/google/home/graph/v1/homegraph.proto +++ b/google/home/graph/v1/homegraph.proto @@ -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.