Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder
java.lang.Object
com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder
- Enclosing class:
- GroundingChunkMapsPlaceAnswerSourcesReviewSnippet
public abstract static class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder
extends Object
Builder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorAttribution
(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution authorAttribution) Setter for authorAttribution.authorAttribution
(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder authorAttributionBuilder) Setter for authorAttribution builder.build()
flagContentUri
(String flagContentUri) Setter for flagContentUri.googleMapsUri
(String googleMapsUri) Setter for googleMapsUri.relativePublishTimeDescription
(String relativePublishTimeDescription) Setter for relativePublishTimeDescription.Setter for review.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authorAttribution
public abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder authorAttribution(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution authorAttribution) Setter for authorAttribution.authorAttribution: This review's author.
-
authorAttribution
public GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder authorAttribution(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder authorAttributionBuilder) Setter for authorAttribution builder.authorAttribution: This review's author.
-
flagContentUri
public abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder flagContentUri(String flagContentUri) Setter for flagContentUri.flagContentUri: A link where users can flag a problem with the review.
-
googleMapsUri
public abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder googleMapsUri(String googleMapsUri) Setter for googleMapsUri.googleMapsUri: A link to show the review on Google Maps.
-
relativePublishTimeDescription
public abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder relativePublishTimeDescription(String relativePublishTimeDescription) Setter for relativePublishTimeDescription.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
Setter for review.review: A reference representing this place review which may be used to look up this place review again.
-
build
-