getBackfill method

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

Implementation

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