A stub to allow clients to do limited synchronous rpc calls to service Adapter.
Cloud Spanner Adapter API
The Cloud Spanner Adapter service allows native drivers of supported database
dialects to interact directly with Cloud Spanner by wrapping the underlying
wire protocol used by the driver in a gRPC stream.
Handles a single message from the client and returns the result as a
stream. The server will interpret the message frame and respond with
message frames to the client.
Creates a new session to be used for requests made by the adapter.
A session identifies a specific incarnation of a database resource and is
meant to be reused across many AdaptMessage calls.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]