Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
public abstract class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
extends JsonSerializable
Author attribution for a photo or review.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Name of the author of the Photo or Review.Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution object.photoUri()
Profile photo URI of the author of the Photo or Review.Creates a builder with the same values as this instance.uri()
URI of the author of the Photo or Review.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
public GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution()
-
-
Method Details
-
displayName
Name of the author of the Photo or Review. -
photoUri
Profile photo URI of the author of the Photo or Review. -
uri
URI of the author of the Photo or Review. -
builder
Instantiates a builder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution object.
-