Package com.google.genai.types
Class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder
-
- All Implemented Interfaces:
public abstract class GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderBuilder for GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.
-
-
Constructor Summary
Constructors Constructor Description GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder()
-
Method Summary
Modifier and Type Method Description abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderdisplayName(String displayName)Setter for displayName. GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderclearDisplayName()Clears the value of displayName field. abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderphotoUri(String photoUri)Setter for photoUri. GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderclearPhotoUri()Clears the value of photoUri field. abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builderuri(String uri)Setter for uri. GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.BuilderclearUri()Clears the value of uri field. abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttributionbuild()-
-
Method Detail
-
displayName
abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder displayName(String displayName)
Setter for displayName.
displayName: Name of the author of the Photo or Review.
-
clearDisplayName
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearDisplayName()
Clears the value of displayName field.
-
photoUri
abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder photoUri(String photoUri)
Setter for photoUri.
photoUri: Profile photo URI of the author of the Photo or Review.
-
clearPhotoUri
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearPhotoUri()
Clears the value of photoUri field.
-
uri
abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder uri(String uri)
Setter for uri.
uri: URI of the author of the Photo or Review.
-
clearUri
@CanIgnoreReturnValue() GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearUri()
Clears the value of uri field.
-
build
abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution build()
-
-
-
-