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
§
batchDescriptor?: BatchingDescriptorProto
[src]The request and response fields used in batching.
§
thresholds?: BatchingSettingsProto
[src]The thresholds which trigger a batched request to be sent.