com.google.longrunning.OperationsPowerApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Show all versions of pekko-connectors-google-cloud-bigquery-storage_3 Show documentation
Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Pekko.
// Generated by Pekko gRPC. DO NOT EDIT.
package com.google.longrunning;
import org.apache.pekko.grpc.ProtobufSerializer;
import org.apache.pekko.grpc.javadsl.GoogleProtobufSerializer;
import org.apache.pekko.grpc.javadsl.Metadata;
import org.apache.pekko.grpc.PekkoGrpcGenerated;
/*
* Generated by Pekko gRPC. DO NOT EDIT.
*/
public interface OperationsPowerApi {
java.util.concurrent.CompletionStage listOperations(com.google.longrunning.ListOperationsRequest in, Metadata metadata);
java.util.concurrent.CompletionStage getOperation(com.google.longrunning.GetOperationRequest in, Metadata metadata);
java.util.concurrent.CompletionStage deleteOperation(com.google.longrunning.DeleteOperationRequest in, Metadata metadata);
java.util.concurrent.CompletionStage cancelOperation(com.google.longrunning.CancelOperationRequest in, Metadata metadata);
java.util.concurrent.CompletionStage waitOperation(com.google.longrunning.WaitOperationRequest in, Metadata metadata);
static String name = "google.longrunning.Operations";
@PekkoGrpcGenerated
public static class Serializers {
public static ProtobufSerializer ListOperationsRequestSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.ListOperationsRequest.parser());
public static ProtobufSerializer GetOperationRequestSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.GetOperationRequest.parser());
public static ProtobufSerializer DeleteOperationRequestSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.DeleteOperationRequest.parser());
public static ProtobufSerializer CancelOperationRequestSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.CancelOperationRequest.parser());
public static ProtobufSerializer WaitOperationRequestSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.WaitOperationRequest.parser());
public static ProtobufSerializer ListOperationsResponseSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.ListOperationsResponse.parser());
public static ProtobufSerializer OperationSerializer = new GoogleProtobufSerializer<>(com.google.longrunning.Operation.parser());
public static ProtobufSerializer google_protobuf_EmptySerializer = new GoogleProtobufSerializer<>(com.google.protobuf.Empty.parser());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy