setBatch method

ResponseStream<SetResponse_> setBatch(
  1. SetBatchRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$0.SetResponse_> setBatch($0.SetBatchRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(
      _$setBatch, $async.Stream.fromIterable([request]),
      options: options);
}