@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/language/v1/language_service.proto") public final class LanguageServiceGrpc extends 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 String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> |
getAnalyzeEntitiesMethod() |
static io.grpc.MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> |
getAnalyzeEntitySentimentMethod() |
static io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> |
getAnalyzeSentimentMethod() |
static io.grpc.MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> |
getAnalyzeSyntaxMethod() |
static io.grpc.MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> |
getAnnotateTextMethod() |
static io.grpc.MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> |
getClassifyTextMethod() |
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 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 String SERVICE_NAME
public static io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse> getAnalyzeSentimentMethod()
public static io.grpc.MethodDescriptor<AnalyzeEntitiesRequest,AnalyzeEntitiesResponse> getAnalyzeEntitiesMethod()
public static io.grpc.MethodDescriptor<AnalyzeEntitySentimentRequest,AnalyzeEntitySentimentResponse> getAnalyzeEntitySentimentMethod()
public static io.grpc.MethodDescriptor<AnalyzeSyntaxRequest,AnalyzeSyntaxResponse> getAnalyzeSyntaxMethod()
public static io.grpc.MethodDescriptor<ClassifyTextRequest,ClassifyTextResponse> getClassifyTextMethod()
public static io.grpc.MethodDescriptor<AnnotateTextRequest,AnnotateTextResponse> getAnnotateTextMethod()
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()
Copyright © 2022 Google LLC. All rights reserved.