BatchingDescriptorProto
import type { BatchingDescriptorProto } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";
BatchingDescriptorProto
specifies the fields of the request message to be
used for batching, and, optionally, the fields of the response message to be
used for demultiplexing.
interface BatchingDescriptorProto {
batchedField?: string;
discriminatorFields?: string[];
subresponseField?: string;
}