Class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder
-
- All Implemented Interfaces:
public abstract class GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.BuilderBuilder for GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.
-
-
Constructor Summary
Constructors Constructor Description GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder()
-
Method Summary
-
-
Method Detail
-
authorAttribution
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder authorAttribution(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution authorAttribution)
Setter for authorAttribution.
authorAttribution: This review's author.
-
authorAttribution
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder authorAttribution(GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder authorAttributionBuilder)
Setter for authorAttribution builder.
authorAttribution: This review's author.
-
clearAuthorAttribution
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearAuthorAttribution()
Clears the value of authorAttribution field.
-
flagContentUri
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder flagContentUri(String flagContentUri)
Setter for flagContentUri.
flagContentUri: A link where users can flag a problem with the review.
-
clearFlagContentUri
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearFlagContentUri()
Clears the value of flagContentUri field.
-
googleMapsUri
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder googleMapsUri(String googleMapsUri)
Setter for googleMapsUri.
googleMapsUri: A link to show the review on Google Maps.
-
clearGoogleMapsUri
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearGoogleMapsUri()
Clears the value of googleMapsUri field.
-
relativePublishTimeDescription
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.
-
clearRelativePublishTimeDescription
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearRelativePublishTimeDescription()
Clears the value of relativePublishTimeDescription field.
-
review
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder review(String review)
Setter for review.
review: A reference representing this place review which may be used to look up this place review again.
-
clearReview
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearReview()
Clears the value of review field.
-
reviewId
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder reviewId(String reviewId)
Setter for reviewId.
reviewId: Id of the review referencing the place.
-
clearReviewId
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearReviewId()
Clears the value of reviewId field.
-
title
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder title(String title)
Setter for title.
title: Title of the review.
-
clearTitle
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.Builder clearTitle()
Clears the value of title field.
-
build
abstract GroundingChunkMapsPlaceAnswerSourcesReviewSnippet build()
-
-
-
-