Package com.google.genai.types
Class GroundingMetadataSourceFlaggingUri.Builder
java.lang.Object
com.google.genai.types.GroundingMetadataSourceFlaggingUri.Builder
- Enclosing class:
- GroundingMetadataSourceFlaggingUri
Builder for GroundingMetadataSourceFlaggingUri.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GroundingMetadataSourceFlaggingUribuild()Clears the value of flagContentUri field.Clears the value of sourceId field.flagContentUri(String flagContentUri) Setter for flagContentUri.Setter for sourceId.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flagContentUri
Setter for flagContentUri.flagContentUri: A link where users can flag a problem with the source (place or review).
-
clearFlagContentUri
Clears the value of flagContentUri field. -
sourceId
Setter for sourceId.sourceId: Id of the place or review.
-
clearSourceId
Clears the value of sourceId field. -
build
-