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()Clears the value of displayName field.Clears the value of photoUri field.clearUri()Clears the value of uri field.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.
-
clearDisplayName
@CanIgnoreReturnValue public GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearDisplayName()Clears the value of displayName field. -
photoUri
public abstract GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder photoUri(String photoUri) Setter for photoUri.photoUri: Profile photo URI of the author of the Photo or Review.
-
clearPhotoUri
@CanIgnoreReturnValue public GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearPhotoUri()Clears the value of photoUri field. -
uri
Setter for uri.uri: URI of the author of the Photo or Review.
-
clearUri
@CanIgnoreReturnValue public GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder clearUri()Clears the value of uri field. -
build
-