AdaptMessageRequest
import type { AdaptMessageRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Message sent by the client to the adapter.
interface AdaptMessageRequest {
attachments?: {};
[key: string]: string;
payload?: Uint8Array;
protocol?: string;
}