| Modifier and Type | Method and Description |
|---|---|
Analysis |
Analysis.Builder.build() |
Analysis |
Analysis.Builder.buildPartial() |
Analysis |
ListAnalysesResponseOrBuilder.getAnalyses(int index)
The analyses that match the request.
|
Analysis |
ListAnalysesResponse.getAnalyses(int index)
The analyses that match the request.
|
Analysis |
ListAnalysesResponse.Builder.getAnalyses(int index)
The analyses that match the request.
|
Analysis |
CreateAnalysisRequestOrBuilder.getAnalysis()
Required.
|
Analysis |
CreateAnalysisRequest.getAnalysis()
Required.
|
Analysis |
CreateAnalysisRequest.Builder.getAnalysis()
Required.
|
static Analysis |
Analysis.getDefaultInstance() |
Analysis |
Analysis.getDefaultInstanceForType() |
Analysis |
Analysis.Builder.getDefaultInstanceForType() |
Analysis |
Conversation.getLatestAnalysis()
Output only.
|
Analysis |
Conversation.Builder.getLatestAnalysis()
Output only.
|
Analysis |
ConversationOrBuilder.getLatestAnalysis()
Output only.
|
static Analysis |
Analysis.parseDelimitedFrom(InputStream input) |
static Analysis |
Analysis.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Analysis |
Analysis.parseFrom(byte[] data) |
static Analysis |
Analysis.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Analysis |
Analysis.parseFrom(ByteBuffer data) |
static Analysis |
Analysis.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Analysis |
Analysis.parseFrom(com.google.protobuf.ByteString data) |
static Analysis |
Analysis.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Analysis |
Analysis.parseFrom(com.google.protobuf.CodedInputStream input) |
static Analysis |
Analysis.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Analysis |
Analysis.parseFrom(InputStream input) |
static Analysis |
Analysis.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Analysis> |
ListAnalysesResponseOrBuilder.getAnalysesList()
The analyses that match the request.
|
List<Analysis> |
ListAnalysesResponse.getAnalysesList()
The analyses that match the request.
|
List<Analysis> |
ListAnalysesResponse.Builder.getAnalysesList()
The analyses that match the request.
|
com.google.protobuf.Parser<Analysis> |
Analysis.getParserForType() |
static com.google.protobuf.Parser<Analysis> |
Analysis.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.addAnalyses(Analysis value)
The analyses that match the request.
|
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.addAnalyses(int index,
Analysis value)
The analyses that match the request.
|
CreateAnalysisRequest.Builder |
CreateAnalysisRequest.Builder.mergeAnalysis(Analysis value)
Required.
|
Analysis.Builder |
Analysis.Builder.mergeFrom(Analysis other) |
Conversation.Builder |
Conversation.Builder.mergeLatestAnalysis(Analysis value)
Output only.
|
static Analysis.Builder |
Analysis.newBuilder(Analysis prototype) |
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.setAnalyses(int index,
Analysis value)
The analyses that match the request.
|
CreateAnalysisRequest.Builder |
CreateAnalysisRequest.Builder.setAnalysis(Analysis value)
Required.
|
Conversation.Builder |
Conversation.Builder.setLatestAnalysis(Analysis value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResponse.Builder |
ListAnalysesResponse.Builder.addAllAnalyses(Iterable<? extends Analysis> values)
The analyses that match the request.
|
Copyright © 2025 Google LLC. All rights reserved.