public static final class ScsControlGrpc.ScsControlFutureStub extends io.grpc.stub.AbstractFutureStub<ScsControlGrpc.ScsControlFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected ScsControlGrpc.ScsControlFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<_CreateCacheResponse> |
createCache(_CreateCacheRequest request) |
com.google.common.util.concurrent.ListenableFuture<_CreateIndexResponse> |
createIndex(_CreateIndexRequest request) |
com.google.common.util.concurrent.ListenableFuture<_CreateSigningKeyResponse> |
createSigningKey(_CreateSigningKeyRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DeleteCacheResponse> |
deleteCache(_DeleteCacheRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DeleteIndexResponse> |
deleteIndex(_DeleteIndexRequest request) |
com.google.common.util.concurrent.ListenableFuture<_FlushCacheResponse> |
flushCache(_FlushCacheRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListCachesResponse> |
listCaches(_ListCachesRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListIndexesResponse> |
listIndexes(_ListIndexesRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListSigningKeysResponse> |
listSigningKeys(_ListSigningKeysRequest request) |
com.google.common.util.concurrent.ListenableFuture<_RevokeSigningKeyResponse> |
revokeSigningKey(_RevokeSigningKeyRequest request) |
protected ScsControlGrpc.ScsControlFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ScsControlGrpc.ScsControlFutureStub>public com.google.common.util.concurrent.ListenableFuture<_CreateCacheResponse> createCache(_CreateCacheRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DeleteCacheResponse> deleteCache(_DeleteCacheRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListCachesResponse> listCaches(_ListCachesRequest request)
public com.google.common.util.concurrent.ListenableFuture<_FlushCacheResponse> flushCache(_FlushCacheRequest request)
public com.google.common.util.concurrent.ListenableFuture<_CreateSigningKeyResponse> createSigningKey(_CreateSigningKeyRequest request)
public com.google.common.util.concurrent.ListenableFuture<_RevokeSigningKeyResponse> revokeSigningKey(_RevokeSigningKeyRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListSigningKeysResponse> listSigningKeys(_ListSigningKeysRequest request)
public com.google.common.util.concurrent.ListenableFuture<_CreateIndexResponse> createIndex(_CreateIndexRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DeleteIndexResponse> deleteIndex(_DeleteIndexRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListIndexesResponse> listIndexes(_ListIndexesRequest request)