All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.app.cash.backfila.protos.clientservice.BackfilaClientServiceClient.kt Maven / Gradle / Ivy

There is a newer version: 2025.01.16.180443-b0fbc31
Show newest version
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: app.cash.backfila.protos.clientservice.BackfilaClientService in app/cash/backfila/client_service.proto
@file:Suppress("DEPRECATION")

package app.cash.backfila.protos.clientservice

import com.squareup.wire.GrpcCall
import com.squareup.wire.Service
import kotlin.Suppress

public interface BackfilaClientServiceClient : Service {
  public fun PrepareBackfill(): GrpcCall

  public fun GetNextBatchRange(): GrpcCall

  public fun RunBatch(): GrpcCall

  public fun FinalizeBackfill(): GrpcCall
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy