diff --git a/java/grpc-google-cloud-language-v1beta2/0.1.29/apidocs/allclasses-frame.html b/java/grpc-google-cloud-language-v1beta2/0.1.29/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..e7e6140b78 --- /dev/null +++ b/java/grpc-google-cloud-language-v1beta2/0.1.29/apidocs/allclasses-frame.html @@ -0,0 +1,23 @@ + + + +
+ +public static final class LanguageServiceGrpc.LanguageServiceBlockingStub +extends io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceBlockingStub>+
+ Provides text analysis operations such as sentiment analysis and entity + recognition. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse |
+analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request)
+
+ Finds named entities (currently proper names and common nouns) in the text
+ along with entity types, salience, mentions for each entity, and
+ other properties.
+ |
+
com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse |
+analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request)
+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
+ sentiment associated with each entity and its mentions.
+ |
+
com.google.cloud.language.v1beta2.AnalyzeSentimentResponse |
+analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request)
+
+ Analyzes the sentiment of the provided text.
+ |
+
com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse |
+analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request)
+
+ Analyzes the syntax of the text and provides sentence boundaries and
+ tokenization along with part of speech tags, dependency trees, and other
+ properties.
+ |
+
com.google.cloud.language.v1beta2.AnnotateTextResponse |
+annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request)
+
+ A convenience method that provides all syntax, sentiment, entity, and
+ classification features in one call.
+ |
+
protected LanguageServiceGrpc.LanguageServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.cloud.language.v1beta2.ClassifyTextResponse |
+classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request)
+
+ Classifies a document into categories.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LanguageServiceGrpc.LanguageServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceBlockingStub>public com.google.cloud.language.v1beta2.AnalyzeSentimentResponse analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request)+
+ Analyzes the sentiment of the provided text. +
public com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request)+
+ Finds named entities (currently proper names and common nouns) in the text + along with entity types, salience, mentions for each entity, and + other properties. +
public com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request)+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes + sentiment associated with each entity and its mentions. +
public com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request)+
+ Analyzes the syntax of the text and provides sentence boundaries and + tokenization along with part of speech tags, dependency trees, and other + properties. +
public com.google.cloud.language.v1beta2.ClassifyTextResponse classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request)+
+ Classifies a document into categories. +
public com.google.cloud.language.v1beta2.AnnotateTextResponse annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request)+
+ A convenience method that provides all syntax, sentiment, entity, and + classification features in one call. +
public static final class LanguageServiceGrpc.LanguageServiceFutureStub +extends io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceFutureStub>+
+ Provides text analysis operations such as sentiment analysis and entity + recognition. +
| Modifier and Type | +Method and Description | +
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> |
+analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request)
+
+ Finds named entities (currently proper names and common nouns) in the text
+ along with entity types, salience, mentions for each entity, and
+ other properties.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> |
+analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request)
+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
+ sentiment associated with each entity and its mentions.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> |
+analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request)
+
+ Analyzes the sentiment of the provided text.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> |
+analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request)
+
+ Analyzes the syntax of the text and provides sentence boundaries and
+ tokenization along with part of speech tags, dependency trees, and other
+ properties.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnnotateTextResponse> |
+annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request)
+
+ A convenience method that provides all syntax, sentiment, entity, and
+ classification features in one call.
+ |
+
protected LanguageServiceGrpc.LanguageServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.ClassifyTextResponse> |
+classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request)
+
+ Classifies a document into categories.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LanguageServiceGrpc.LanguageServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request)+
+ Analyzes the sentiment of the provided text. +
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request)+
+ Finds named entities (currently proper names and common nouns) in the text + along with entity types, salience, mentions for each entity, and + other properties. +
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request)+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes + sentiment associated with each entity and its mentions. +
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request)+
+ Analyzes the syntax of the text and provides sentence boundaries and + tokenization along with part of speech tags, dependency trees, and other + properties. +
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.ClassifyTextResponse> classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request)+
+ Classifies a document into categories. +
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.language.v1beta2.AnnotateTextResponse> annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request)+
+ A convenience method that provides all syntax, sentiment, entity, and + classification features in one call. +
public abstract static class LanguageServiceGrpc.LanguageServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Provides text analysis operations such as sentiment analysis and entity + recognition. +
| Constructor and Description | +
|---|
LanguageServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> responseObserver)
+
+ Finds named entities (currently proper names and common nouns) in the text
+ along with entity types, salience, mentions for each entity, and
+ other properties.
+ |
+
void |
+analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> responseObserver)
+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
+ sentiment associated with each entity and its mentions.
+ |
+
void |
+analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> responseObserver)
+
+ Analyzes the sentiment of the provided text.
+ |
+
void |
+analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> responseObserver)
+
+ Analyzes the syntax of the text and provides sentence boundaries and
+ tokenization along with part of speech tags, dependency trees, and other
+ properties.
+ |
+
void |
+annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnnotateTextResponse> responseObserver)
+
+ A convenience method that provides all syntax, sentiment, entity, and
+ classification features in one call.
+ |
+
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.ClassifyTextResponse> responseObserver)
+
+ Classifies a document into categories.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LanguageServiceImplBase()+
public void analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> responseObserver)+
+ Analyzes the sentiment of the provided text. +
public void analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> responseObserver)+
+ Finds named entities (currently proper names and common nouns) in the text + along with entity types, salience, mentions for each entity, and + other properties. +
public void analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> responseObserver)+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes + sentiment associated with each entity and its mentions. +
public void analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> responseObserver)+
+ Analyzes the syntax of the text and provides sentence boundaries and + tokenization along with part of speech tags, dependency trees, and other + properties. +
public void classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.ClassifyTextResponse> responseObserver)+
+ Classifies a document into categories. +
public void annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnnotateTextResponse> responseObserver)+
+ A convenience method that provides all syntax, sentiment, entity, and + classification features in one call. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class LanguageServiceGrpc.LanguageServiceStub +extends io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceStub>+
+ Provides text analysis operations such as sentiment analysis and entity + recognition. +
| Modifier and Type | +Method and Description | +
|---|---|
void |
+analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> responseObserver)
+
+ Finds named entities (currently proper names and common nouns) in the text
+ along with entity types, salience, mentions for each entity, and
+ other properties.
+ |
+
void |
+analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> responseObserver)
+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes
+ sentiment associated with each entity and its mentions.
+ |
+
void |
+analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> responseObserver)
+
+ Analyzes the sentiment of the provided text.
+ |
+
void |
+analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> responseObserver)
+
+ Analyzes the syntax of the text and provides sentence boundaries and
+ tokenization along with part of speech tags, dependency trees, and other
+ properties.
+ |
+
void |
+annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnnotateTextResponse> responseObserver)
+
+ A convenience method that provides all syntax, sentiment, entity, and
+ classification features in one call.
+ |
+
protected LanguageServiceGrpc.LanguageServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request,
+ io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.ClassifyTextResponse> responseObserver)
+
+ Classifies a document into categories.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected LanguageServiceGrpc.LanguageServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<LanguageServiceGrpc.LanguageServiceStub>public void analyzeSentiment(com.google.cloud.language.v1beta2.AnalyzeSentimentRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> responseObserver)+
+ Analyzes the sentiment of the provided text. +
public void analyzeEntities(com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> responseObserver)+
+ Finds named entities (currently proper names and common nouns) in the text + along with entity types, salience, mentions for each entity, and + other properties. +
public void analyzeEntitySentiment(com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> responseObserver)+
+ Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1beta2.LanguageService.AnalyzeEntities] in the text and analyzes + sentiment associated with each entity and its mentions. +
public void analyzeSyntax(com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> responseObserver)+
+ Analyzes the syntax of the text and provides sentence boundaries and + tokenization along with part of speech tags, dependency trees, and other + properties. +
public void classifyText(com.google.cloud.language.v1beta2.ClassifyTextRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.ClassifyTextResponse> responseObserver)+
+ Classifies a document into categories. +
public void annotateText(com.google.cloud.language.v1beta2.AnnotateTextRequest request, + io.grpc.stub.StreamObserver<com.google.cloud.language.v1beta2.AnnotateTextResponse> responseObserver)+
+ A convenience method that provides all syntax, sentiment, entity, and + classification features in one call. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/cloud/language/v1beta2/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<com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest,com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> |
+METHOD_ANALYZE_ENTITIES |
+
static io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest,com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> |
+METHOD_ANALYZE_ENTITY_SENTIMENT |
+
static io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeSentimentRequest,com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> |
+METHOD_ANALYZE_SENTIMENT |
+
static io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest,com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> |
+METHOD_ANALYZE_SYNTAX |
+
static io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnnotateTextRequest,com.google.cloud.language.v1beta2.AnnotateTextResponse> |
+METHOD_ANNOTATE_TEXT |
+
static io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.ClassifyTextRequest,com.google.cloud.language.v1beta2.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
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeSentimentRequest,com.google.cloud.language.v1beta2.AnalyzeSentimentResponse> METHOD_ANALYZE_SENTIMENT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeEntitiesRequest,com.google.cloud.language.v1beta2.AnalyzeEntitiesResponse> METHOD_ANALYZE_ENTITIES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeEntitySentimentRequest,com.google.cloud.language.v1beta2.AnalyzeEntitySentimentResponse> METHOD_ANALYZE_ENTITY_SENTIMENT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnalyzeSyntaxRequest,com.google.cloud.language.v1beta2.AnalyzeSyntaxResponse> METHOD_ANALYZE_SYNTAX+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.ClassifyTextRequest,com.google.cloud.language.v1beta2.ClassifyTextResponse> METHOD_CLASSIFY_TEXT+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.cloud.language.v1beta2.AnnotateTextRequest,com.google.cloud.language.v1beta2.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()+
| Class | +Description | +
|---|---|
| LanguageServiceGrpc | +
+
+ Provides text analysis operations such as sentiment analysis and entity
+ recognition.
+ |
+
| LanguageServiceGrpc.LanguageServiceBlockingStub | +
+
+ Provides text analysis operations such as sentiment analysis and entity
+ recognition.
+ |
+
| LanguageServiceGrpc.LanguageServiceFutureStub | +
+
+ Provides text analysis operations such as sentiment analysis and entity
+ recognition.
+ |
+
| LanguageServiceGrpc.LanguageServiceImplBase | +
+
+ Provides text analysis operations such as sentiment analysis and entity
+ recognition.
+ |
+
| LanguageServiceGrpc.LanguageServiceStub | +
+
+ Provides text analysis operations such as sentiment analysis and entity
+ recognition.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.cloud.language.v1beta2.LanguageService" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+