Class CommonGrpc.CommonBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CommonGrpc.CommonBlockingStub>
-
- com.streamlayer.sdkSettings.common.CommonGrpc.CommonBlockingStub
-
- Enclosing class:
- CommonGrpc
public static final class CommonGrpc.CommonBlockingStub extends io.grpc.stub.AbstractBlockingStub<CommonGrpc.CommonBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Common.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonGrpc.CommonBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GenerateApiKeyResponsegenerateApiKey(GenerateApiKeyRequest request)GenerateSdkKeyResponsegenerateSdkKey(GenerateSdkKeyRequest request)GetApiKeyResponsegetApiKeyRoot(GetApiKeyRequest request)GetApiKeyStudioResponsegetApiKeyStudio(GetApiKeyStudioRequest request)ListSdkKeyResponselistSdkKey(ListSdkKeyRequest request)ListSdkKeyResponselistSdkKeyRoot(ListSdkKeyRequest request)OverlaysListResponseoverlaysList(OverlaysListRequest request)RegisterTwitterResponseregisterTwitter(RegisterTwitterRequest request)RemoveApiKeyResponseremoveApiKey(RemoveApiKeyRequest request)RemoveSdkKeyResponseremoveSdkKey(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.CommonBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CommonGrpc.CommonBlockingStub>
-
overlaysList
public OverlaysListResponse overlaysList(OverlaysListRequest request)
-
generateSdkKey
public GenerateSdkKeyResponse generateSdkKey(GenerateSdkKeyRequest request)
-
removeSdkKey
public RemoveSdkKeyResponse removeSdkKey(RemoveSdkKeyRequest request)
-
listSdkKey
public ListSdkKeyResponse listSdkKey(ListSdkKeyRequest request)
-
listSdkKeyRoot
public ListSdkKeyResponse listSdkKeyRoot(ListSdkKeyRequest request)
-
generateApiKey
public GenerateApiKeyResponse generateApiKey(GenerateApiKeyRequest request)
-
removeApiKey
public RemoveApiKeyResponse removeApiKey(RemoveApiKeyRequest request)
-
getApiKeyRoot
public GetApiKeyResponse getApiKeyRoot(GetApiKeyRequest request)
-
getApiKeyStudio
public GetApiKeyStudioResponse getApiKeyStudio(GetApiKeyStudioRequest request)
-
registerTwitter
public RegisterTwitterResponse registerTwitter(RegisterTwitterRequest request)
-
-