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

com.google.longrunning.operations.OperationsPowerApi.scala Maven / Gradle / Ivy


// Generated by Pekko gRPC. DO NOT EDIT.
package com.google.longrunning.operations

import org.apache.pekko
import pekko.grpc.PekkoGrpcGenerated

/*
 * Generated by Apache Pekko gRPC. DO NOT EDIT.
 */
@PekkoGrpcGenerated
trait OperationsPowerApi {
  
  def listOperations(in: com.google.longrunning.operations.ListOperationsRequest, metadata: pekko.grpc.scaladsl.Metadata): scala.concurrent.Future[com.google.longrunning.operations.ListOperationsResponse]
  
  def getOperation(in: com.google.longrunning.operations.GetOperationRequest, metadata: pekko.grpc.scaladsl.Metadata): scala.concurrent.Future[com.google.longrunning.operations.Operation]
  
  def deleteOperation(in: com.google.longrunning.operations.DeleteOperationRequest, metadata: pekko.grpc.scaladsl.Metadata): scala.concurrent.Future[com.google.protobuf.empty.Empty]
  
  def cancelOperation(in: com.google.longrunning.operations.CancelOperationRequest, metadata: pekko.grpc.scaladsl.Metadata): scala.concurrent.Future[com.google.protobuf.empty.Empty]
  
  def waitOperation(in: com.google.longrunning.operations.WaitOperationRequest, metadata: pekko.grpc.scaladsl.Metadata): scala.concurrent.Future[com.google.longrunning.operations.Operation]
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy