diff --git a/java/grpc-google-common-protos/1.0.5/apidocs/allclasses-frame.html b/java/grpc-google-common-protos/1.0.5/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..63ed7e5210 --- /dev/null +++ b/java/grpc-google-common-protos/1.0.5/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class OperationsGrpc.OperationsBlockingStub +extends io.grpc.stub.AbstractStub<OperationsGrpc.OperationsBlockingStub>+
+ 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. +
| Modifier and Type | +Method and Description | +
|---|---|
protected OperationsGrpc.OperationsBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.protobuf.Empty |
+cancelOperation(com.google.longrunning.CancelOperationRequest request)
+
+ Starts asynchronous cancellation on a long-running operation.
+ |
+
com.google.protobuf.Empty |
+deleteOperation(com.google.longrunning.DeleteOperationRequest request)
+
+ Deletes a long-running operation.
+ |
+
com.google.longrunning.Operation |
+getOperation(com.google.longrunning.GetOperationRequest request)
+
+ Gets the latest state of a long-running operation.
+ |
+
com.google.longrunning.ListOperationsResponse |
+listOperations(com.google.longrunning.ListOperationsRequest request)
+
+ Lists operations that match the specified filter in the request.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected OperationsGrpc.OperationsBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<OperationsGrpc.OperationsBlockingStub>public com.google.longrunning.ListOperationsResponse listOperations(com.google.longrunning.ListOperationsRequest request)+
+ 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 com.google.longrunning.Operation getOperation(com.google.longrunning.GetOperationRequest 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 com.google.protobuf.Empty deleteOperation(com.google.longrunning.DeleteOperationRequest 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 com.google.protobuf.Empty cancelOperation(com.google.longrunning.CancelOperationRequest 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 static final class OperationsGrpc.OperationsFutureStub +extends io.grpc.stub.AbstractStub<OperationsGrpc.OperationsFutureStub>+
+ 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. +
| Modifier and Type | +Method and Description | +
|---|---|
protected OperationsGrpc.OperationsFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+cancelOperation(com.google.longrunning.CancelOperationRequest request)
+
+ Starts asynchronous cancellation on a long-running operation.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteOperation(com.google.longrunning.DeleteOperationRequest request)
+
+ Deletes a long-running operation.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
+getOperation(com.google.longrunning.GetOperationRequest request)
+
+ Gets the latest state of a long-running operation.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.ListOperationsResponse> |
+listOperations(com.google.longrunning.ListOperationsRequest request)
+
+ Lists operations that match the specified filter in the request.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected OperationsGrpc.OperationsFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<OperationsGrpc.OperationsFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.ListOperationsResponse> listOperations(com.google.longrunning.ListOperationsRequest request)+
+ 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 com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> getOperation(com.google.longrunning.GetOperationRequest 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 com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteOperation(com.google.longrunning.DeleteOperationRequest 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 com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> cancelOperation(com.google.longrunning.CancelOperationRequest 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 abstract static class OperationsGrpc.OperationsImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ 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. +
| Constructor and Description | +
|---|
OperationsImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+cancelOperation(com.google.longrunning.CancelOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Starts asynchronous cancellation on a long-running operation.
+ |
+
void |
+deleteOperation(com.google.longrunning.DeleteOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a long-running operation.
+ |
+
void |
+getOperation(com.google.longrunning.GetOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Gets the latest state of a long-running operation.
+ |
+
void |
+listOperations(com.google.longrunning.ListOperationsRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.ListOperationsResponse> responseObserver)
+
+ Lists operations that match the specified filter in the request.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void listOperations(com.google.longrunning.ListOperationsRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.ListOperationsResponse> responseObserver)+
+ 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 getOperation(com.google.longrunning.GetOperationRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> 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 deleteOperation(com.google.longrunning.DeleteOperationRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> 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 cancelOperation(com.google.longrunning.CancelOperationRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> 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 final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class OperationsGrpc.OperationsStub +extends io.grpc.stub.AbstractStub<OperationsGrpc.OperationsStub>+
+ 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. +
| Modifier and Type | +Method and Description | +
|---|---|
protected OperationsGrpc.OperationsStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+cancelOperation(com.google.longrunning.CancelOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Starts asynchronous cancellation on a long-running operation.
+ |
+
void |
+deleteOperation(com.google.longrunning.DeleteOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a long-running operation.
+ |
+
void |
+getOperation(com.google.longrunning.GetOperationRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
+
+ Gets the latest state of a long-running operation.
+ |
+
void |
+listOperations(com.google.longrunning.ListOperationsRequest request,
+ io.grpc.stub.StreamObserver<com.google.longrunning.ListOperationsResponse> responseObserver)
+
+ Lists operations that match the specified filter in the request.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected OperationsGrpc.OperationsStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<OperationsGrpc.OperationsStub>public void listOperations(com.google.longrunning.ListOperationsRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.ListOperationsResponse> responseObserver)+
+ 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 getOperation(com.google.longrunning.GetOperationRequest request, + io.grpc.stub.StreamObserver<com.google.longrunning.Operation> 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 deleteOperation(com.google.longrunning.DeleteOperationRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> 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 cancelOperation(com.google.longrunning.CancelOperationRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> 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`. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/longrunning/operations.proto")
+public final class OperationsGrpc
+extends java.lang.Object
++ 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. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+OperationsGrpc.OperationsBlockingStub
+
+ Manages long-running operations with an API service.
+ |
+
static class |
+OperationsGrpc.OperationsFutureStub
+
+ Manages long-running operations with an API service.
+ |
+
static class |
+OperationsGrpc.OperationsImplBase
+
+ Manages long-running operations with an API service.
+ |
+
static class |
+OperationsGrpc.OperationsStub
+
+ Manages long-running operations with an API service.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.longrunning.CancelOperationRequest,com.google.protobuf.Empty> |
+METHOD_CANCEL_OPERATION |
+
static io.grpc.MethodDescriptor<com.google.longrunning.DeleteOperationRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_OPERATION |
+
static io.grpc.MethodDescriptor<com.google.longrunning.GetOperationRequest,com.google.longrunning.Operation> |
+METHOD_GET_OPERATION |
+
static io.grpc.MethodDescriptor<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse> |
+METHOD_LIST_OPERATIONS |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static OperationsGrpc.OperationsBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static OperationsGrpc.OperationsFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static OperationsGrpc.OperationsStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.longrunning.ListOperationsRequest,com.google.longrunning.ListOperationsResponse> METHOD_LIST_OPERATIONS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.longrunning.GetOperationRequest,com.google.longrunning.Operation> METHOD_GET_OPERATION+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.longrunning.DeleteOperationRequest,com.google.protobuf.Empty> METHOD_DELETE_OPERATION+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.longrunning.CancelOperationRequest,com.google.protobuf.Empty> METHOD_CANCEL_OPERATION+
public static OperationsGrpc.OperationsStub newStub(io.grpc.Channel channel)+
public static OperationsGrpc.OperationsBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static OperationsGrpc.OperationsFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| OperationsGrpc | +
+
+ Manages long-running operations with an API service.
+ |
+
| OperationsGrpc.OperationsBlockingStub | +
+
+ Manages long-running operations with an API service.
+ |
+
| OperationsGrpc.OperationsFutureStub | +
+
+ Manages long-running operations with an API service.
+ |
+
| OperationsGrpc.OperationsImplBase | +
+
+ Manages long-running operations with an API service.
+ |
+
| OperationsGrpc.OperationsStub | +
+
+ Manages long-running operations with an API service.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.longrunning.Operations" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+