Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder
java.lang.Object
com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder
- Enclosing class:
- GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
public abstract static class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder
extends Object
Builder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
displayName
(String displayName) Setter for displayName.Setter for photoUri.Setter for uri.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayName
public abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder displayName(String displayName) Setter for displayName.displayName: Name of the author of the Photo or Review.
-
photoUri
public abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder photoUri(String photoUri) Setter for photoUri.photoUri: Profile photo URI of the author of the Photo or Review.
-
uri
Setter for uri.uri: URI of the author of the Photo or Review.
-
build
-