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

BatchingConfigProto

import type { BatchingConfigProto } from "https://googleapis.deno.dev/v1/serviceconsumermanagement:v1.ts";

BatchingConfigProto defines the batching configuration for an API method.

interface BatchingConfigProto {
batchDescriptor?: BatchingDescriptorProto;
thresholds?: BatchingSettingsProto;
}

§Properties

§

The request and response fields used in batching.

§

The thresholds which trigger a batched request to be sent.