Package com.google.cloud.aiplatform.v1
Interface GroundingChunk.Maps.PlaceAnswerSourcesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroundingChunk.Maps.PlaceAnswerSources,GroundingChunk.Maps.PlaceAnswerSources.Builder
- Enclosing class:
- GroundingChunk.Maps
public static interface GroundingChunk.Maps.PlaceAnswerSourcesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetReviewSnippets(int index) Snippets of reviews that are used to generate the answer.intSnippets of reviews that are used to generate the answer.Snippets of reviews that are used to generate the answer.getReviewSnippetsOrBuilder(int index) Snippets of reviews that are used to generate the answer.Snippets of reviews that are used to generate the answer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getReviewSnippetsList
List<GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet> getReviewSnippetsList()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1; -
getReviewSnippets
Snippets of reviews that are used to generate the answer.
repeated .google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1; -
getReviewSnippetsCount
int getReviewSnippetsCount()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1; -
getReviewSnippetsOrBuilderList
List<? extends GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder> getReviewSnippetsOrBuilderList()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1; -
getReviewSnippetsOrBuilder
Snippets of reviews that are used to generate the answer.
repeated .google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
-