upsertItemBatch method
ResponseFuture<UpsertItemBatchResponse_>
upsertItemBatch(
- UpsertItemBatchRequest_ request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$5.UpsertItemBatchResponse_> upsertItemBatch(
$5.UpsertItemBatchRequest_ request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$upsertItemBatch, request, options: options);
}