Searched refs:update_response (Results 1 – 2 of 2) sorted by relevance
29 ClientToServerResponse update_response; in ExecuteImpl() local82 &update_response, in ExecuteImpl()86 update_response); in ExecuteImpl()97 status->mutable_updates_response()->CopyFrom(update_response); in ExecuteImpl()100 << " returned " << update_response.get_updates().entries_size() in ExecuteImpl()102 << update_response.get_updates().changes_remaining() in ExecuteImpl()
811 def HandleGetUpdates(self, update_request, update_response): argument820 update_response.SetInParent()824 update_response.changes_remaining = remaining826 reply = update_response.entries.add()828 update_sieve.SaveProgress(new_timestamp, update_response)