@Generated(value="by gRPC proto compiler (version 1.53.0)",
comments="Source: controlclient.proto")
public final class ScsControlGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScsControlGrpc.ScsControlBlockingStub |
static class |
ScsControlGrpc.ScsControlFutureStub |
static class |
ScsControlGrpc.ScsControlImplBase |
static class |
ScsControlGrpc.ScsControlStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<_CreateCacheRequest,_CreateCacheResponse> |
getCreateCacheMethod() |
static io.grpc.MethodDescriptor<_CreateIndexRequest,_CreateIndexResponse> |
getCreateIndexMethod() |
static io.grpc.MethodDescriptor<_CreateSigningKeyRequest,_CreateSigningKeyResponse> |
getCreateSigningKeyMethod() |
static io.grpc.MethodDescriptor<_DeleteCacheRequest,_DeleteCacheResponse> |
getDeleteCacheMethod() |
static io.grpc.MethodDescriptor<_DeleteIndexRequest,_DeleteIndexResponse> |
getDeleteIndexMethod() |
static io.grpc.MethodDescriptor<_FlushCacheRequest,_FlushCacheResponse> |
getFlushCacheMethod() |
static io.grpc.MethodDescriptor<_ListCachesRequest,_ListCachesResponse> |
getListCachesMethod() |
static io.grpc.MethodDescriptor<_ListIndexesRequest,_ListIndexesResponse> |
getListIndexesMethod() |
static io.grpc.MethodDescriptor<_ListSigningKeysRequest,_ListSigningKeysResponse> |
getListSigningKeysMethod() |
static io.grpc.MethodDescriptor<_RevokeSigningKeyRequest,_RevokeSigningKeyResponse> |
getRevokeSigningKeyMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ScsControlGrpc.ScsControlBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ScsControlGrpc.ScsControlFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ScsControlGrpc.ScsControlStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
public static io.grpc.MethodDescriptor<_CreateCacheRequest,_CreateCacheResponse> getCreateCacheMethod()
public static io.grpc.MethodDescriptor<_DeleteCacheRequest,_DeleteCacheResponse> getDeleteCacheMethod()
public static io.grpc.MethodDescriptor<_ListCachesRequest,_ListCachesResponse> getListCachesMethod()
public static io.grpc.MethodDescriptor<_FlushCacheRequest,_FlushCacheResponse> getFlushCacheMethod()
public static io.grpc.MethodDescriptor<_CreateSigningKeyRequest,_CreateSigningKeyResponse> getCreateSigningKeyMethod()
public static io.grpc.MethodDescriptor<_RevokeSigningKeyRequest,_RevokeSigningKeyResponse> getRevokeSigningKeyMethod()
public static io.grpc.MethodDescriptor<_ListSigningKeysRequest,_ListSigningKeysResponse> getListSigningKeysMethod()
public static io.grpc.MethodDescriptor<_CreateIndexRequest,_CreateIndexResponse> getCreateIndexMethod()
public static io.grpc.MethodDescriptor<_DeleteIndexRequest,_DeleteIndexResponse> getDeleteIndexMethod()
public static io.grpc.MethodDescriptor<_ListIndexesRequest,_ListIndexesResponse> getListIndexesMethod()
public static ScsControlGrpc.ScsControlStub newStub(io.grpc.Channel channel)
public static ScsControlGrpc.ScsControlBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ScsControlGrpc.ScsControlFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()