public static interface GroundingChunk.Maps.PlaceAnswerSourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReviewSnippets(int index)
public abstract GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet getReviewSnippets(int index)Snippets of reviews that are used to generate the answer.
repeated .google.cloud.vertexai.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet |
|
getReviewSnippetsCount()
public abstract int getReviewSnippetsCount()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.vertexai.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReviewSnippetsList()
public abstract List<GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet> getReviewSnippetsList()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.vertexai.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReviewSnippet> |
|
getReviewSnippetsOrBuilder(int index)
public abstract GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder getReviewSnippetsOrBuilder(int index)Snippets of reviews that are used to generate the answer.
repeated .google.cloud.vertexai.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder |
|
getReviewSnippetsOrBuilderList()
public abstract List<? extends GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder> getReviewSnippetsOrBuilderList()Snippets of reviews that are used to generate the answer.
repeated .google.cloud.vertexai.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vertexai.api.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder> |
|