createBackfill method

ResponseFuture<Backfill> createBackfill(
  1. CreateBackfillRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.Backfill> createBackfill(
    $2.CreateBackfillRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createBackfill, request, options: options);
}