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