Interface GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet, GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippet.Builder
Enclosing class:
GroundingChunk.Maps.PlaceAnswerSources

public static interface GroundingChunk.Maps.PlaceAnswerSources.ReviewSnippetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A link to show the review on Google Maps.
    com.google.protobuf.ByteString
    A link to show the review on Google Maps.
    Id of the review referencing the place.
    com.google.protobuf.ByteString
    Id of the review referencing the place.
    Title of the review.
    com.google.protobuf.ByteString
    Title of the review.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getReviewId

      String getReviewId()
       Id of the review referencing the place.
       
      string review_id = 1;
      Returns:
      The reviewId.
    • getReviewIdBytes

      com.google.protobuf.ByteString getReviewIdBytes()
       Id of the review referencing the place.
       
      string review_id = 1;
      Returns:
      The bytes for reviewId.
    • getGoogleMapsUri

      String getGoogleMapsUri()
       A link to show the review on Google Maps.
       
      string google_maps_uri = 2;
      Returns:
      The googleMapsUri.
    • getGoogleMapsUriBytes

      com.google.protobuf.ByteString getGoogleMapsUriBytes()
       A link to show the review on Google Maps.
       
      string google_maps_uri = 2;
      Returns:
      The bytes for googleMapsUri.
    • getTitle

      String getTitle()
       Title of the review.
       
      string title = 3;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
       Title of the review.
       
      string title = 3;
      Returns:
      The bytes for title.