Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
Encapsulates a review snippet. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis review's author.builder()Instantiates a builder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.A link where users can flag a problem with the review.Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSourcesReviewSnippet object.A link to show the review on Google Maps.A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country.review()A reference representing this place review which may be used to look up this place review again.reviewId()Id of the review referencing the place.title()Title of the review.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
public GroundingChunkMapsPlaceAnswerSourcesReviewSnippet()
-
-
Method Details
-
authorAttribution
This review's author. -
flagContentUri
A link where users can flag a problem with the review. -
googleMapsUri
A link to show the review on Google Maps. -
relativePublishTimeDescription
A string of formatted recent time, expressing the review time relative to the current time in a form appropriate for the language and country. -
review
A reference representing this place review which may be used to look up this place review again. -
reviewId
Id of the review referencing the place. -
title
Title of the review. -
builder
Instantiates a builder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSourcesReviewSnippet object.
-