Get desktop application:
View/edit binary Protocol Buffers messages
Read represents operations like Go's ReadOnlyTransaction.Query, Java's ReadOnlyTransaction.executeQuery, Python's snapshot.read, and Node's Transaction.Read. It will typically be used to read many items.
The query to use in the read call.
Insert represents operations like Go's Client.Apply, Java's DatabaseClient.writeAtLeastOnce, Python's transaction.commit, and Node's Transaction.Commit. It will typically be used to insert many items.
The query to use in the insert call.
Update represents operations like Go's ReadWriteTransaction.BatchUpdate, Java's TransactionRunner.run, Python's Batch.update, and Node's Transaction.BatchUpdate. It will typically be used to update many items.
The queries to use in the update call.
Used in:
Used as response type in: SpannerBenchWrapper.Insert, SpannerBenchWrapper.Read, SpannerBenchWrapper.Update
(message has no fields)
Used in: