@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/language/v1/language_service.proto")
public final class LanguageServiceGrpc
extends java.lang.Object
Provides text analysis operations such as sentiment analysis and entity recognition.
Modifier and Type | Class and Description |
---|---|
static class |
LanguageServiceGrpc.LanguageServiceBlockingStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceFutureStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceImplBase
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
static class |
LanguageServiceGrpc.LanguageServiceStub
Provides text analysis operations such as sentiment analysis and entity
recognition.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
METHOD_ANALYZE_ENTITIES |
static io.grpc.MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> |
METHOD_ANALYZE_ENTITY_SENTIMENT |
static io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
METHOD_ANALYZE_SENTIMENT |
static io.grpc.MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
METHOD_ANALYZE_SYNTAX |
static io.grpc.MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> |
METHOD_ANNOTATE_TEXT |
static io.grpc.MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> |
METHOD_CLASSIFY_TEXT |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static LanguageServiceGrpc.LanguageServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static LanguageServiceGrpc.LanguageServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static LanguageServiceGrpc.LanguageServiceStub |
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
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> METHOD_ANALYZE_SENTIMENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> METHOD_ANALYZE_ENTITIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> METHOD_ANALYZE_ENTITY_SENTIMENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> METHOD_ANALYZE_SYNTAX
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> METHOD_CLASSIFY_TEXT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> METHOD_ANNOTATE_TEXT
public static LanguageServiceGrpc.LanguageServiceStub newStub(io.grpc.Channel channel)
public static LanguageServiceGrpc.LanguageServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static LanguageServiceGrpc.LanguageServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()