public abstract static class LanguageIdentificationProtos.Service extends Object implements com.google.protobuf.Service
Modifier and Type | Class and Description |
---|---|
static interface |
LanguageIdentificationProtos.Service.BlockingInterface |
static interface |
LanguageIdentificationProtos.Service.Interface |
static class |
LanguageIdentificationProtos.Service.Stub |
Modifier | Constructor and Description |
---|---|
protected |
LanguageIdentificationProtos.Service() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
getSupportedEncodings(com.google.protobuf.RpcController controller,
LanguageIdentificationProtos.GetSupportedEncodingsRequest request,
com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done) |
abstract void |
getSupportedLanguages(com.google.protobuf.RpcController controller,
LanguageIdentificationProtos.GetSupportedLanguagesRequest request,
com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done) |
abstract void |
identify(com.google.protobuf.RpcController controller,
LanguageIdentificationProtos.IdentifyRequest request,
com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done) |
abstract void |
identifyLanguageAndEncoding(com.google.protobuf.RpcController controller,
LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request,
com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done) |
static LanguageIdentificationProtos.Service.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(LanguageIdentificationProtos.Service.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(LanguageIdentificationProtos.Service.Interface impl) |
static LanguageIdentificationProtos.Service.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
protected LanguageIdentificationProtos.Service()
public static com.google.protobuf.Service newReflectiveService(LanguageIdentificationProtos.Service.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(LanguageIdentificationProtos.Service.BlockingInterface impl)
public abstract void identify(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyResponse> done)
public abstract void identifyLanguageAndEncoding(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.IdentifyLanguageAndEncodingRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.IdentifyLanguageAndEncodingResponse> done)
public abstract void getSupportedLanguages(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedLanguagesRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedLanguagesResponse> done)
public abstract void getSupportedEncodings(com.google.protobuf.RpcController controller, LanguageIdentificationProtos.GetSupportedEncodingsRequest request, com.google.protobuf.RpcCallback<LanguageIdentificationProtos.GetSupportedEncodingsResponse> done)
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static LanguageIdentificationProtos.Service.Stub newStub(com.google.protobuf.RpcChannel channel)
public static LanguageIdentificationProtos.Service.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)