discoverBatch method

ResponseFuture<DiscoverBatchResponse> discoverBatch(
  1. DiscoverBatchPoints request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.DiscoverBatchResponse> discoverBatch($4.DiscoverBatchPoints request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$discoverBatch, request, options: options);
}