Interface GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder (3.77.0)

public static interface GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGoogleMapsUri()

public abstract String getGoogleMapsUri()

A link to show the review on Google Maps.

string google_maps_uri = 2;

Returns
Type Description
String

The googleMapsUri.

getGoogleMapsUriBytes()

public abstract ByteString getGoogleMapsUriBytes()

A link to show the review on Google Maps.

string google_maps_uri = 2;

Returns
Type Description
ByteString

The bytes for googleMapsUri.

getReviewId()

public abstract String getReviewId()

Id of the review referencing the place.

string review_id = 1;

Returns
Type Description
String

The reviewId.

getReviewIdBytes()

public abstract ByteString getReviewIdBytes()

Id of the review referencing the place.

string review_id = 1;

Returns
Type Description
ByteString

The bytes for reviewId.

getTitle()

public abstract String getTitle()

Title of the review.

string title = 3;

Returns
Type Description
String

The title.

getTitleBytes()

public abstract ByteString getTitleBytes()

Title of the review.

string title = 3;

Returns
Type Description
ByteString

The bytes for title.