Interface GroundingChunk.Maps.PlaceAnswerSourcesOrBuilder (3.77.0)

public static interface GroundingChunk.Maps.PlaceAnswerSourcesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.aiplatform.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.aiplatform.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.aiplatform.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.aiplatform.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.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet review_snippets = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder>