Google has a series of APIs for interacting with Cloud Spanner. However, in all the examples that insert a record, none of them have a way of returning an Insert ID the way a lot of other database APIs would have.
Is there a way to get the InsertID of a record I just inserted into a Cloud Spanner table?