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

nl.topicus.jdbc.shaded.com.google.longrunning.OperationsGrpc Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package nl.topicus.jdbc.shaded.com.google.longrunning;

import static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.generateFullMethodName;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.asyncUnaryCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.blockingUnaryCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ClientCalls.futureUnaryCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncUnaryCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/**
 * 
 * Manages long-running operations with an API service.
 * When an API method normally takes long time to complete, it can be designed
 * to return [Operation][google.longrunning.Operation] to the client, and the client can use this
 * interface to receive the real response asynchronously by polling the
 * operation resource, or pass the operation resource to another API (such as
 * Google Cloud Pub/Sub API) to receive the response.  Any API service that
 * returns long-running operations should implement the `Operations` interface
 * so developers can have a consistent client experience.
 * 
*/ @nl.topicus.jdbc.shaded.javax.annotation.Generated( value = "by gRPC proto compiler (version 1.10.0)", comments = "Source: google/longrunning/operations.proto") public final class OperationsGrpc { private OperationsGrpc() {} public static final String SERVICE_NAME = "google.longrunning.Operations"; // Static method descriptors that strictly reflect the proto. @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getListOperationsMethod()} instead. public static final nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor METHOD_LIST_OPERATIONS = getListOperationsMethodHelper(); private static volatile nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getListOperationsMethod; @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getListOperationsMethod() { return getListOperationsMethodHelper(); } private static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getListOperationsMethodHelper() { nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getListOperationsMethod; if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) { synchronized (OperationsGrpc.class) { if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) { OperationsGrpc.getListOperationsMethod = getListOperationsMethod = nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.newBuilder() .setType(nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName( "google.longrunning.Operations", "ListOperations")) .setSampledToLocalTracing(true) .setRequestMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest.getDefaultInstance())) .setResponseMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsResponse.getDefaultInstance())) .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("ListOperations")) .build(); } } } return getListOperationsMethod; } @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getGetOperationMethod()} instead. public static final nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor METHOD_GET_OPERATION = getGetOperationMethodHelper(); private static volatile nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getGetOperationMethod; @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getGetOperationMethod() { return getGetOperationMethodHelper(); } private static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getGetOperationMethodHelper() { nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getGetOperationMethod; if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) { synchronized (OperationsGrpc.class) { if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) { OperationsGrpc.getGetOperationMethod = getGetOperationMethod = nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.newBuilder() .setType(nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName( "google.longrunning.Operations", "GetOperation")) .setSampledToLocalTracing(true) .setRequestMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest.getDefaultInstance())) .setResponseMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("GetOperation")) .build(); } } } return getGetOperationMethod; } @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getDeleteOperationMethod()} instead. public static final nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor METHOD_DELETE_OPERATION = getDeleteOperationMethodHelper(); private static volatile nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getDeleteOperationMethod; @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getDeleteOperationMethod() { return getDeleteOperationMethodHelper(); } private static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getDeleteOperationMethodHelper() { nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getDeleteOperationMethod; if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) { synchronized (OperationsGrpc.class) { if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) { OperationsGrpc.getDeleteOperationMethod = getDeleteOperationMethod = nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.newBuilder() .setType(nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName( "google.longrunning.Operations", "DeleteOperation")) .setSampledToLocalTracing(true) .setRequestMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest.getDefaultInstance())) .setResponseMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("DeleteOperation")) .build(); } } } return getDeleteOperationMethod; } @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getCancelOperationMethod()} instead. public static final nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor METHOD_CANCEL_OPERATION = getCancelOperationMethodHelper(); private static volatile nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getCancelOperationMethod; @nl.topicus.jdbc.shaded.io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getCancelOperationMethod() { return getCancelOperationMethodHelper(); } private static nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getCancelOperationMethodHelper() { nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor getCancelOperationMethod; if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) { synchronized (OperationsGrpc.class) { if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) { OperationsGrpc.getCancelOperationMethod = getCancelOperationMethod = nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.newBuilder() .setType(nl.topicus.jdbc.shaded.io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName( "google.longrunning.Operations", "CancelOperation")) .setSampledToLocalTracing(true) .setRequestMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest.getDefaultInstance())) .setResponseMarshaller(nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoUtils.marshaller( nl.topicus.jdbc.shaded.com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new OperationsMethodDescriptorSupplier("CancelOperation")) .build(); } } } return getCancelOperationMethod; } /** * Creates a new async stub that supports all call types for the service */ public static OperationsStub newStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel) { return new OperationsStub(channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static OperationsBlockingStub newBlockingStub( nl.topicus.jdbc.shaded.io.grpc.Channel channel) { return new OperationsBlockingStub(channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static OperationsFutureStub newFutureStub( nl.topicus.jdbc.shaded.io.grpc.Channel channel) { return new OperationsFutureStub(channel); } /** *
   * Manages long-running operations with an API service.
   * When an API method normally takes long time to complete, it can be designed
   * to return [Operation][google.longrunning.Operation] to the client, and the client can use this
   * interface to receive the real response asynchronously by polling the
   * operation resource, or pass the operation resource to another API (such as
   * Google Cloud Pub/Sub API) to receive the response.  Any API service that
   * returns long-running operations should implement the `Operations` interface
   * so developers can have a consistent client experience.
   * 
*/ public static abstract class OperationsImplBase implements nl.topicus.jdbc.shaded.io.grpc.BindableService { /** *
     * Lists operations that match the specified filter in the request. If the
     * server doesn't support this method, it returns `UNIMPLEMENTED`.
     * NOTE: the `name` binding below allows API services to override the binding
     * to use different resource name schemes, such as `users/*/operations`.
     * 
*/ public void listOperations(nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getListOperationsMethodHelper(), responseObserver); } /** *
     * Gets the latest state of a long-running operation.  Clients can use this
     * method to poll the operation result at intervals as recommended by the API
     * service.
     * 
*/ public void getOperation(nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getGetOperationMethodHelper(), responseObserver); } /** *
     * Deletes a long-running operation. This method indicates that the client is
     * no longer interested in the operation result. It does not cancel the
     * operation. If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.
     * 
*/ public void deleteOperation(nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getDeleteOperationMethodHelper(), responseObserver); } /** *
     * Starts asynchronous cancellation on a long-running operation.  The server
     * makes a best effort to cancel the operation, but success is not
     * guaranteed.  If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.  Clients can use
     * [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
     * other methods to check whether the cancellation succeeded or whether the
     * operation completed despite cancellation. On successful cancellation,
     * the operation is not deleted; instead, it becomes an operation with
     * an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
     * corresponding to `Code.CANCELLED`.
     * 
*/ public void cancelOperation(nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getCancelOperationMethodHelper(), responseObserver); } @java.lang.Override public final nl.topicus.jdbc.shaded.io.grpc.ServerServiceDefinition bindService() { return nl.topicus.jdbc.shaded.io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getListOperationsMethodHelper(), asyncUnaryCall( new MethodHandlers< nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest, nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsResponse>( this, METHODID_LIST_OPERATIONS))) .addMethod( getGetOperationMethodHelper(), asyncUnaryCall( new MethodHandlers< nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest, nl.topicus.jdbc.shaded.com.google.longrunning.Operation>( this, METHODID_GET_OPERATION))) .addMethod( getDeleteOperationMethodHelper(), asyncUnaryCall( new MethodHandlers< nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest, nl.topicus.jdbc.shaded.com.google.protobuf.Empty>( this, METHODID_DELETE_OPERATION))) .addMethod( getCancelOperationMethodHelper(), asyncUnaryCall( new MethodHandlers< nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest, nl.topicus.jdbc.shaded.com.google.protobuf.Empty>( this, METHODID_CANCEL_OPERATION))) .build(); } } /** *
   * Manages long-running operations with an API service.
   * When an API method normally takes long time to complete, it can be designed
   * to return [Operation][google.longrunning.Operation] to the client, and the client can use this
   * interface to receive the real response asynchronously by polling the
   * operation resource, or pass the operation resource to another API (such as
   * Google Cloud Pub/Sub API) to receive the response.  Any API service that
   * returns long-running operations should implement the `Operations` interface
   * so developers can have a consistent client experience.
   * 
*/ public static final class OperationsStub extends nl.topicus.jdbc.shaded.io.grpc.stub.AbstractStub { private OperationsStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel) { super(channel); } private OperationsStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected OperationsStub build(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { return new OperationsStub(channel, callOptions); } /** *
     * Lists operations that match the specified filter in the request. If the
     * server doesn't support this method, it returns `UNIMPLEMENTED`.
     * NOTE: the `name` binding below allows API services to override the binding
     * to use different resource name schemes, such as `users/*/operations`.
     * 
*/ public void listOperations(nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getListOperationsMethodHelper(), getCallOptions()), request, responseObserver); } /** *
     * Gets the latest state of a long-running operation.  Clients can use this
     * method to poll the operation result at intervals as recommended by the API
     * service.
     * 
*/ public void getOperation(nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getGetOperationMethodHelper(), getCallOptions()), request, responseObserver); } /** *
     * Deletes a long-running operation. This method indicates that the client is
     * no longer interested in the operation result. It does not cancel the
     * operation. If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.
     * 
*/ public void deleteOperation(nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getDeleteOperationMethodHelper(), getCallOptions()), request, responseObserver); } /** *
     * Starts asynchronous cancellation on a long-running operation.  The server
     * makes a best effort to cancel the operation, but success is not
     * guaranteed.  If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.  Clients can use
     * [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
     * other methods to check whether the cancellation succeeded or whether the
     * operation completed despite cancellation. On successful cancellation,
     * the operation is not deleted; instead, it becomes an operation with
     * an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
     * corresponding to `Code.CANCELLED`.
     * 
*/ public void cancelOperation(nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getCancelOperationMethodHelper(), getCallOptions()), request, responseObserver); } } /** *
   * Manages long-running operations with an API service.
   * When an API method normally takes long time to complete, it can be designed
   * to return [Operation][google.longrunning.Operation] to the client, and the client can use this
   * interface to receive the real response asynchronously by polling the
   * operation resource, or pass the operation resource to another API (such as
   * Google Cloud Pub/Sub API) to receive the response.  Any API service that
   * returns long-running operations should implement the `Operations` interface
   * so developers can have a consistent client experience.
   * 
*/ public static final class OperationsBlockingStub extends nl.topicus.jdbc.shaded.io.grpc.stub.AbstractStub { private OperationsBlockingStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel) { super(channel); } private OperationsBlockingStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected OperationsBlockingStub build(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { return new OperationsBlockingStub(channel, callOptions); } /** *
     * Lists operations that match the specified filter in the request. If the
     * server doesn't support this method, it returns `UNIMPLEMENTED`.
     * NOTE: the `name` binding below allows API services to override the binding
     * to use different resource name schemes, such as `users/*/operations`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsResponse listOperations(nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest request) { return blockingUnaryCall( getChannel(), getListOperationsMethodHelper(), getCallOptions(), request); } /** *
     * Gets the latest state of a long-running operation.  Clients can use this
     * method to poll the operation result at intervals as recommended by the API
     * service.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.longrunning.Operation getOperation(nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest request) { return blockingUnaryCall( getChannel(), getGetOperationMethodHelper(), getCallOptions(), request); } /** *
     * Deletes a long-running operation. This method indicates that the client is
     * no longer interested in the operation result. It does not cancel the
     * operation. If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.protobuf.Empty deleteOperation(nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest request) { return blockingUnaryCall( getChannel(), getDeleteOperationMethodHelper(), getCallOptions(), request); } /** *
     * Starts asynchronous cancellation on a long-running operation.  The server
     * makes a best effort to cancel the operation, but success is not
     * guaranteed.  If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.  Clients can use
     * [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
     * other methods to check whether the cancellation succeeded or whether the
     * operation completed despite cancellation. On successful cancellation,
     * the operation is not deleted; instead, it becomes an operation with
     * an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
     * corresponding to `Code.CANCELLED`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.protobuf.Empty cancelOperation(nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest request) { return blockingUnaryCall( getChannel(), getCancelOperationMethodHelper(), getCallOptions(), request); } } /** *
   * Manages long-running operations with an API service.
   * When an API method normally takes long time to complete, it can be designed
   * to return [Operation][google.longrunning.Operation] to the client, and the client can use this
   * interface to receive the real response asynchronously by polling the
   * operation resource, or pass the operation resource to another API (such as
   * Google Cloud Pub/Sub API) to receive the response.  Any API service that
   * returns long-running operations should implement the `Operations` interface
   * so developers can have a consistent client experience.
   * 
*/ public static final class OperationsFutureStub extends nl.topicus.jdbc.shaded.io.grpc.stub.AbstractStub { private OperationsFutureStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel) { super(channel); } private OperationsFutureStub(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected OperationsFutureStub build(nl.topicus.jdbc.shaded.io.grpc.Channel channel, nl.topicus.jdbc.shaded.io.grpc.CallOptions callOptions) { return new OperationsFutureStub(channel, callOptions); } /** *
     * Lists operations that match the specified filter in the request. If the
     * server doesn't support this method, it returns `UNIMPLEMENTED`.
     * NOTE: the `name` binding below allows API services to override the binding
     * to use different resource name schemes, such as `users/*/operations`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.common.util.concurrent.ListenableFuture listOperations( nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest request) { return futureUnaryCall( getChannel().newCall(getListOperationsMethodHelper(), getCallOptions()), request); } /** *
     * Gets the latest state of a long-running operation.  Clients can use this
     * method to poll the operation result at intervals as recommended by the API
     * service.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.common.util.concurrent.ListenableFuture getOperation( nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest request) { return futureUnaryCall( getChannel().newCall(getGetOperationMethodHelper(), getCallOptions()), request); } /** *
     * Deletes a long-running operation. This method indicates that the client is
     * no longer interested in the operation result. It does not cancel the
     * operation. If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.common.util.concurrent.ListenableFuture deleteOperation( nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest request) { return futureUnaryCall( getChannel().newCall(getDeleteOperationMethodHelper(), getCallOptions()), request); } /** *
     * Starts asynchronous cancellation on a long-running operation.  The server
     * makes a best effort to cancel the operation, but success is not
     * guaranteed.  If the server doesn't support this method, it returns
     * `google.rpc.Code.UNIMPLEMENTED`.  Clients can use
     * [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
     * other methods to check whether the cancellation succeeded or whether the
     * operation completed despite cancellation. On successful cancellation,
     * the operation is not deleted; instead, it becomes an operation with
     * an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
     * corresponding to `Code.CANCELLED`.
     * 
*/ public nl.topicus.jdbc.shaded.com.google.common.util.concurrent.ListenableFuture cancelOperation( nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest request) { return futureUnaryCall( getChannel().newCall(getCancelOperationMethodHelper(), getCallOptions()), request); } } private static final int METHODID_LIST_OPERATIONS = 0; private static final int METHODID_GET_OPERATION = 1; private static final int METHODID_DELETE_OPERATION = 2; private static final int METHODID_CANCEL_OPERATION = 3; private static final class MethodHandlers implements nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.UnaryMethod, nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.ServerStreamingMethod, nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.ClientStreamingMethod, nl.topicus.jdbc.shaded.io.grpc.stub.ServerCalls.BidiStreamingMethod { private final OperationsImplBase serviceImpl; private final int methodId; MethodHandlers(OperationsImplBase serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_LIST_OPERATIONS: serviceImpl.listOperations((nl.topicus.jdbc.shaded.com.google.longrunning.ListOperationsRequest) request, (nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_OPERATION: serviceImpl.getOperation((nl.topicus.jdbc.shaded.com.google.longrunning.GetOperationRequest) request, (nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_OPERATION: serviceImpl.deleteOperation((nl.topicus.jdbc.shaded.com.google.longrunning.DeleteOperationRequest) request, (nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CANCEL_OPERATION: serviceImpl.cancelOperation((nl.topicus.jdbc.shaded.com.google.longrunning.CancelOperationRequest) request, (nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver invoke( nl.topicus.jdbc.shaded.io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } private static abstract class OperationsBaseDescriptorSupplier implements nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoFileDescriptorSupplier, nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoServiceDescriptorSupplier { OperationsBaseDescriptorSupplier() {} @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return nl.topicus.jdbc.shaded.com.google.longrunning.OperationsProto.getDescriptor(); } @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Operations"); } } private static final class OperationsFileDescriptorSupplier extends OperationsBaseDescriptorSupplier { OperationsFileDescriptorSupplier() {} } private static final class OperationsMethodDescriptorSupplier extends OperationsBaseDescriptorSupplier implements nl.topicus.jdbc.shaded.io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; OperationsMethodDescriptorSupplier(String methodName) { this.methodName = methodName; } @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile nl.topicus.jdbc.shaded.io.grpc.ServiceDescriptor serviceDescriptor; public static nl.topicus.jdbc.shaded.io.grpc.ServiceDescriptor getServiceDescriptor() { nl.topicus.jdbc.shaded.io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (OperationsGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = nl.topicus.jdbc.shaded.io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new OperationsFileDescriptorSupplier()) .addMethod(getListOperationsMethodHelper()) .addMethod(getGetOperationMethodHelper()) .addMethod(getDeleteOperationMethodHelper()) .addMethod(getCancelOperationMethodHelper()) .build(); } } } return result; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy