Class CommonGrpc.CommonFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CommonGrpc.CommonFutureStub>
-
- com.streamlayer.sdkSettings.common.CommonGrpc.CommonFutureStub
-
- Enclosing class:
- CommonGrpc
public static final class CommonGrpc.CommonFutureStub extends io.grpc.stub.AbstractFutureStub<CommonGrpc.CommonFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Common.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonGrpc.CommonFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GenerateApiKeyResponse>generateApiKey(GenerateApiKeyRequest request)com.google.common.util.concurrent.ListenableFuture<GenerateSdkKeyResponse>generateSdkKey(GenerateSdkKeyRequest request)com.google.common.util.concurrent.ListenableFuture<GetApiKeyResponse>getApiKeyRoot(GetApiKeyRequest request)com.google.common.util.concurrent.ListenableFuture<GetApiKeyStudioResponse>getApiKeyStudio(GetApiKeyStudioRequest request)com.google.common.util.concurrent.ListenableFuture<ListSdkKeyResponse>listSdkKey(ListSdkKeyRequest request)com.google.common.util.concurrent.ListenableFuture<ListSdkKeyResponse>listSdkKeyRoot(ListSdkKeyRequest request)com.google.common.util.concurrent.ListenableFuture<OverlaysListResponse>overlaysList(OverlaysListRequest request)com.google.common.util.concurrent.ListenableFuture<RegisterTwitterResponse>registerTwitter(RegisterTwitterRequest request)com.google.common.util.concurrent.ListenableFuture<RemoveApiKeyResponse>removeApiKey(RemoveApiKeyRequest request)com.google.common.util.concurrent.ListenableFuture<RemoveSdkKeyResponse>removeSdkKey(RemoveSdkKeyRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected CommonGrpc.CommonFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CommonGrpc.CommonFutureStub>
-
overlaysList
public com.google.common.util.concurrent.ListenableFuture<OverlaysListResponse> overlaysList(OverlaysListRequest request)
-
generateSdkKey
public com.google.common.util.concurrent.ListenableFuture<GenerateSdkKeyResponse> generateSdkKey(GenerateSdkKeyRequest request)
-
removeSdkKey
public com.google.common.util.concurrent.ListenableFuture<RemoveSdkKeyResponse> removeSdkKey(RemoveSdkKeyRequest request)
-
listSdkKey
public com.google.common.util.concurrent.ListenableFuture<ListSdkKeyResponse> listSdkKey(ListSdkKeyRequest request)
-
listSdkKeyRoot
public com.google.common.util.concurrent.ListenableFuture<ListSdkKeyResponse> listSdkKeyRoot(ListSdkKeyRequest request)
-
generateApiKey
public com.google.common.util.concurrent.ListenableFuture<GenerateApiKeyResponse> generateApiKey(GenerateApiKeyRequest request)
-
removeApiKey
public com.google.common.util.concurrent.ListenableFuture<RemoveApiKeyResponse> removeApiKey(RemoveApiKeyRequest request)
-
getApiKeyRoot
public com.google.common.util.concurrent.ListenableFuture<GetApiKeyResponse> getApiKeyRoot(GetApiKeyRequest request)
-
getApiKeyStudio
public com.google.common.util.concurrent.ListenableFuture<GetApiKeyStudioResponse> getApiKeyStudio(GetApiKeyStudioRequest request)
-
registerTwitter
public com.google.common.util.concurrent.ListenableFuture<RegisterTwitterResponse> registerTwitter(RegisterTwitterRequest request)
-
-