| Modifier and Type | Method and Description |
|---|---|
SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.Builder.build() |
SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.Builder.buildPartial() |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.getDefaultInstance() |
SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.getDefaultInstanceForType() |
SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.Builder.getDefaultInstanceForType() |
SentimentAnalysisRequestConfig |
QueryParameters.getSentimentAnalysisRequestConfig()
Configures the type of sentiment analysis to perform.
|
SentimentAnalysisRequestConfig |
QueryParameters.Builder.getSentimentAnalysisRequestConfig()
Configures the type of sentiment analysis to perform.
|
SentimentAnalysisRequestConfig |
QueryParametersOrBuilder.getSentimentAnalysisRequestConfig()
Configures the type of sentiment analysis to perform.
|
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseDelimitedFrom(InputStream input) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(byte[] data) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(ByteBuffer data) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(com.google.protobuf.ByteString data) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(InputStream input) |
static SentimentAnalysisRequestConfig |
SentimentAnalysisRequestConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SentimentAnalysisRequestConfig> |
SentimentAnalysisRequestConfig.getParserForType() |
static com.google.protobuf.Parser<SentimentAnalysisRequestConfig> |
SentimentAnalysisRequestConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
SentimentAnalysisRequestConfig.Builder |
SentimentAnalysisRequestConfig.Builder.mergeFrom(SentimentAnalysisRequestConfig other) |
QueryParameters.Builder |
QueryParameters.Builder.mergeSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)
Configures the type of sentiment analysis to perform.
|
static SentimentAnalysisRequestConfig.Builder |
SentimentAnalysisRequestConfig.newBuilder(SentimentAnalysisRequestConfig prototype) |
QueryParameters.Builder |
QueryParameters.Builder.setSentimentAnalysisRequestConfig(SentimentAnalysisRequestConfig value)
Configures the type of sentiment analysis to perform.
|
Copyright © 2023 Google LLC. All rights reserved.