lightstep.com.google.longrunning.OperationsGrpc Maven / Gradle / Ivy
package lightstep.lightstep.lightstep.com.google.longrunning;
import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static 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.
*
*/
@lightstep.lightstep.lightstep.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.
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@Deprecated // Use {@link #getListOperationsMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_LIST_OPERATIONS = getListOperationsMethodHelper();
private static volatile io.grpc.MethodDescriptor getListOperationsMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getListOperationsMethod() {
return getListOperationsMethodHelper();
}
private static io.grpc.MethodDescriptor getListOperationsMethodHelper() {
io.grpc.MethodDescriptor getListOperationsMethod;
if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) {
synchronized (OperationsGrpc.class) {
if ((getListOperationsMethod = OperationsGrpc.getListOperationsMethod) == null) {
OperationsGrpc.getListOperationsMethod = getListOperationsMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.longrunning.Operations", "ListOperations"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
ListOperationsRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
ListOperationsResponse.getDefaultInstance()))
.setSchemaDescriptor(new OperationsMethodDescriptorSupplier("ListOperations"))
.build();
}
}
}
return getListOperationsMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@Deprecated // Use {@link #getGetOperationMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_GET_OPERATION = getGetOperationMethodHelper();
private static volatile io.grpc.MethodDescriptor getGetOperationMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getGetOperationMethod() {
return getGetOperationMethodHelper();
}
private static io.grpc.MethodDescriptor getGetOperationMethodHelper() {
io.grpc.MethodDescriptor getGetOperationMethod;
if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) {
synchronized (OperationsGrpc.class) {
if ((getGetOperationMethod = OperationsGrpc.getGetOperationMethod) == null) {
OperationsGrpc.getGetOperationMethod = getGetOperationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.longrunning.Operations", "GetOperation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
GetOperationRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
Operation.getDefaultInstance()))
.setSchemaDescriptor(new OperationsMethodDescriptorSupplier("GetOperation"))
.build();
}
}
}
return getGetOperationMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@Deprecated // Use {@link #getDeleteOperationMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_DELETE_OPERATION = getDeleteOperationMethodHelper();
private static volatile io.grpc.MethodDescriptor getDeleteOperationMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getDeleteOperationMethod() {
return getDeleteOperationMethodHelper();
}
private static io.grpc.MethodDescriptor getDeleteOperationMethodHelper() {
io.grpc.MethodDescriptor getDeleteOperationMethod;
if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) {
synchronized (OperationsGrpc.class) {
if ((getDeleteOperationMethod = OperationsGrpc.getDeleteOperationMethod) == null) {
OperationsGrpc.getDeleteOperationMethod = getDeleteOperationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.longrunning.Operations", "DeleteOperation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
DeleteOperationRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new OperationsMethodDescriptorSupplier("DeleteOperation"))
.build();
}
}
}
return getDeleteOperationMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@Deprecated // Use {@link #getCancelOperationMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_CANCEL_OPERATION = getCancelOperationMethodHelper();
private static volatile io.grpc.MethodDescriptor getCancelOperationMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getCancelOperationMethod() {
return getCancelOperationMethodHelper();
}
private static io.grpc.MethodDescriptor getCancelOperationMethodHelper() {
io.grpc.MethodDescriptor getCancelOperationMethod;
if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) {
synchronized (OperationsGrpc.class) {
if ((getCancelOperationMethod = OperationsGrpc.getCancelOperationMethod) == null) {
OperationsGrpc.getCancelOperationMethod = getCancelOperationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.longrunning.Operations", "CancelOperation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
CancelOperationRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty.getDefaultInstance()))
.setSchemaDescriptor(new OperationsMethodDescriptorSupplier("CancelOperation"))
.build();
}
}
}
return getCancelOperationMethod;
}
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
@Deprecated // Use {@link #getWaitOperationMethod()} instead.
public static final io.grpc.MethodDescriptor METHOD_WAIT_OPERATION = getWaitOperationMethodHelper();
private static volatile io.grpc.MethodDescriptor getWaitOperationMethod;
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static io.grpc.MethodDescriptor getWaitOperationMethod() {
return getWaitOperationMethodHelper();
}
private static io.grpc.MethodDescriptor getWaitOperationMethodHelper() {
io.grpc.MethodDescriptor getWaitOperationMethod;
if ((getWaitOperationMethod = OperationsGrpc.getWaitOperationMethod) == null) {
synchronized (OperationsGrpc.class) {
if ((getWaitOperationMethod = OperationsGrpc.getWaitOperationMethod) == null) {
OperationsGrpc.getWaitOperationMethod = getWaitOperationMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(
"google.longrunning.Operations", "WaitOperation"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
Operation.getDefaultInstance()))
.setSchemaDescriptor(new OperationsMethodDescriptorSupplier("WaitOperation"))
.build();
}
}
}
return getWaitOperationMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static OperationsStub newStub(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(
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(
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 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 allows API services to override the binding
* to use different resource name schemes, such as `users/*/operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/*}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
*
*/
public void listOperations(ListOperationsRequest request,
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(GetOperationRequest request,
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(DeleteOperationRequest request,
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(CancelOperationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getCancelOperationMethodHelper(), responseObserver);
}
/**
*
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
* Note that this method is on a best-effort basis. It may return the latest
* state before the specified timeout (including immediately), meaning even an
* immediate response is no guarantee that the operation is done.
*
*/
public void waitOperation(lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getWaitOperationMethodHelper(), responseObserver);
}
@Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getListOperationsMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
ListOperationsRequest,
ListOperationsResponse>(
this, METHODID_LIST_OPERATIONS)))
.addMethod(
getGetOperationMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
GetOperationRequest,
Operation>(
this, METHODID_GET_OPERATION)))
.addMethod(
getDeleteOperationMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
DeleteOperationRequest,
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty>(
this, METHODID_DELETE_OPERATION)))
.addMethod(
getCancelOperationMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
CancelOperationRequest,
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty>(
this, METHODID_CANCEL_OPERATION)))
.addMethod(
getWaitOperationMethodHelper(),
asyncUnaryCall(
new MethodHandlers<
lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest,
Operation>(
this, METHODID_WAIT_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 io.grpc.stub.AbstractStub {
private OperationsStub(io.grpc.Channel channel) {
super(channel);
}
private OperationsStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@Override
protected OperationsStub build(io.grpc.Channel channel,
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 allows API services to override the binding
* to use different resource name schemes, such as `users/*/operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/*}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
*
*/
public void listOperations(ListOperationsRequest request,
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(GetOperationRequest request,
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(DeleteOperationRequest request,
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(CancelOperationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getCancelOperationMethodHelper(), getCallOptions()), request, responseObserver);
}
/**
*
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
* Note that this method is on a best-effort basis. It may return the latest
* state before the specified timeout (including immediately), meaning even an
* immediate response is no guarantee that the operation is done.
*
*/
public void waitOperation(lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnaryCall(
getChannel().newCall(getWaitOperationMethodHelper(), 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 io.grpc.stub.AbstractStub {
private OperationsBlockingStub(io.grpc.Channel channel) {
super(channel);
}
private OperationsBlockingStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@Override
protected OperationsBlockingStub build(io.grpc.Channel channel,
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 allows API services to override the binding
* to use different resource name schemes, such as `users/*/operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/*}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
*
*/
public ListOperationsResponse listOperations(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 Operation getOperation(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 lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty deleteOperation(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 lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Empty cancelOperation(CancelOperationRequest request) {
return blockingUnaryCall(
getChannel(), getCancelOperationMethodHelper(), getCallOptions(), request);
}
/**
*
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
* Note that this method is on a best-effort basis. It may return the latest
* state before the specified timeout (including immediately), meaning even an
* immediate response is no guarantee that the operation is done.
*
*/
public Operation waitOperation(lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest request) {
return blockingUnaryCall(
getChannel(), getWaitOperationMethodHelper(), 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 io.grpc.stub.AbstractStub {
private OperationsFutureStub(io.grpc.Channel channel) {
super(channel);
}
private OperationsFutureStub(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@Override
protected OperationsFutureStub build(io.grpc.Channel channel,
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 allows API services to override the binding
* to use different resource name schemes, such as `users/*/operations`. To
* override the binding, API services can add a binding such as
* `"/v1/{name=users/*}/operations"` to their service configuration.
* For backwards compatibility, the default name includes the operations
* collection id, however overriding users must ensure the name binding
* is the parent resource, without the operations collection id.
*
*/
public lightstep.lightstep.lightstep.com.google.common.util.concurrent.ListenableFuture listOperations(
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 lightstep.lightstep.lightstep.com.google.common.util.concurrent.ListenableFuture getOperation(
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 lightstep.lightstep.lightstep.com.google.common.util.concurrent.ListenableFuture deleteOperation(
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 lightstep.lightstep.lightstep.com.google.common.util.concurrent.ListenableFuture cancelOperation(
CancelOperationRequest request) {
return futureUnaryCall(
getChannel().newCall(getCancelOperationMethodHelper(), getCallOptions()), request);
}
/**
*
* Waits for the specified long-running operation until it is done or reaches
* at most a specified timeout, returning the latest state. If the operation
* is already done, the latest state is immediately returned. If the timeout
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
* timeout is used. If the server does not support this method, it returns
* `google.rpc.Code.UNIMPLEMENTED`.
* Note that this method is on a best-effort basis. It may return the latest
* state before the specified timeout (including immediately), meaning even an
* immediate response is no guarantee that the operation is done.
*
*/
public lightstep.lightstep.lightstep.com.google.common.util.concurrent.ListenableFuture waitOperation(
lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest request) {
return futureUnaryCall(
getChannel().newCall(getWaitOperationMethodHelper(), 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 int METHODID_WAIT_OPERATION = 4;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final OperationsImplBase serviceImpl;
private final int methodId;
MethodHandlers(OperationsImplBase serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@Override
@SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_LIST_OPERATIONS:
serviceImpl.listOperations((ListOperationsRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_GET_OPERATION:
serviceImpl.getOperation((GetOperationRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_DELETE_OPERATION:
serviceImpl.deleteOperation((DeleteOperationRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_CANCEL_OPERATION:
serviceImpl.cancelOperation((CancelOperationRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_WAIT_OPERATION:
serviceImpl.waitOperation((lightstep.lightstep.lightstep.com.google.longrunning.WaitOperationRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@Override
@SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
private static abstract class OperationsBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
OperationsBaseDescriptorSupplier() {}
@Override
public lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return OperationsProto.getDescriptor();
}
@Override
public lightstep.com.lightstep.lightstep.lightstep.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 io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
OperationsMethodDescriptorSupplier(String methodName) {
this.methodName = methodName;
}
@Override
public lightstep.com.lightstep.lightstep.lightstep.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (OperationsGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new OperationsFileDescriptorSupplier())
.addMethod(getListOperationsMethodHelper())
.addMethod(getGetOperationMethodHelper())
.addMethod(getDeleteOperationMethodHelper())
.addMethod(getCancelOperationMethodHelper())
.addMethod(getWaitOperationMethodHelper())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy