commit | 8e4a4ab9a4303ee2e1d5105b429801364cc641e3 | [log] [tgz] |
---|---|---|
author | Ivan Pilat <ivanpi@google.com> | Tue Jul 14 12:14:52 2015 -0700 |
committer | Ivan Pilat <ivanpi@google.com> | Tue Jul 14 12:15:08 2015 -0700 |
tree | e2f9ee01daede22d2aa4d71315c90a3c2544a99b | |
parent | 0ff9b0c948b087fdaf0f69a28f70b7e6f17e8da9 [diff] |
syncbase: Add Exists rpc method to app, db, table, row. Exists returns true if the object exists (has been created). If the caller doesn't have Read permission on the object, Exists will return false instead of an error because access errors imply existence in the current implementation. We leak existence information in other rpcs, we may want to clean it up. Change-Id: I7f4300512dff16369932854f0c19e735e3518aa7