Uses of Class
com.google.cloud.language.v1.AnalyzeSentimentRequest
-
Packages that use AnalyzeSentimentRequest Package Description com.google.cloud.language.v1 A client to Cloud Natural Language APIcom.google.cloud.language.v1.stub -
-
Uses of AnalyzeSentimentRequest in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return AnalyzeSentimentRequest Modifier and Type Method Description AnalyzeSentimentRequestAnalyzeSentimentRequest.Builder. build()AnalyzeSentimentRequestAnalyzeSentimentRequest.Builder. buildPartial()static AnalyzeSentimentRequestAnalyzeSentimentRequest. getDefaultInstance()AnalyzeSentimentRequestAnalyzeSentimentRequest.Builder. getDefaultInstanceForType()AnalyzeSentimentRequestAnalyzeSentimentRequest. getDefaultInstanceForType()static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseDelimitedFrom(InputStream input)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(byte[] data)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(InputStream input)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(ByteBuffer data)static AnalyzeSentimentRequestAnalyzeSentimentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1 that return types with arguments of type AnalyzeSentimentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceClient. analyzeSentimentCallable()Analyzes the sentiment of the provided text.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceSettings. analyzeSentimentSettings()Returns the object with the settings used for calls to analyzeSentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceSettings.Builder. analyzeSentimentSettings()Returns the builder for the settings used for calls to analyzeSentiment.static io.grpc.MethodDescriptor<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceGrpc. getAnalyzeSentimentMethod()com.google.protobuf.Parser<AnalyzeSentimentRequest>AnalyzeSentimentRequest. getParserForType()static com.google.protobuf.Parser<AnalyzeSentimentRequest>AnalyzeSentimentRequest. parser()Methods in com.google.cloud.language.v1 with parameters of type AnalyzeSentimentRequest Modifier and Type Method Description AnalyzeSentimentResponseLanguageServiceClient. analyzeSentiment(AnalyzeSentimentRequest request)Analyzes the sentiment of the provided text.default voidLanguageServiceGrpc.AsyncService. analyzeSentiment(AnalyzeSentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeSentimentResponse> responseObserver)Analyzes the sentiment of the provided text.AnalyzeSentimentResponseLanguageServiceGrpc.LanguageServiceBlockingStub. analyzeSentiment(AnalyzeSentimentRequest request)Analyzes the sentiment of the provided text.com.google.common.util.concurrent.ListenableFuture<AnalyzeSentimentResponse>LanguageServiceGrpc.LanguageServiceFutureStub. analyzeSentiment(AnalyzeSentimentRequest request)Analyzes the sentiment of the provided text.voidLanguageServiceGrpc.LanguageServiceStub. analyzeSentiment(AnalyzeSentimentRequest request, io.grpc.stub.StreamObserver<AnalyzeSentimentResponse> responseObserver)Analyzes the sentiment of the provided text.AnalyzeSentimentRequest.BuilderAnalyzeSentimentRequest.Builder. mergeFrom(AnalyzeSentimentRequest other)static AnalyzeSentimentRequest.BuilderAnalyzeSentimentRequest. newBuilder(AnalyzeSentimentRequest prototype) -
Uses of AnalyzeSentimentRequest in com.google.cloud.language.v1.stub
Methods in com.google.cloud.language.v1.stub that return types with arguments of type AnalyzeSentimentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>GrpcLanguageServiceStub. analyzeSentimentCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>HttpJsonLanguageServiceStub. analyzeSentimentCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceStub. analyzeSentimentCallable()com.google.api.gax.rpc.UnaryCallSettings<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceStubSettings. analyzeSentimentSettings()Returns the object with the settings used for calls to analyzeSentiment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeSentimentRequest,AnalyzeSentimentResponse>LanguageServiceStubSettings.Builder. analyzeSentimentSettings()Returns the builder for the settings used for calls to analyzeSentiment.
-