Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
attachments?: {
[key: string]: string;
}
[src]

Optional. Opaque request state passed by the client to the server.

§
payload?: Uint8Array
[src]

Optional. Uninterpreted bytes from the underlying wire protocol.

§
protocol?: string
[src]

Required. Identifier for the underlying wire protocol.