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: The URI that can be used to flag the content.
-
clearFlagContentUri
Clears the value of flagContentUri field. -
sourceId
Setter for sourceId.sourceId: The ID of the place or review.
-
clearSourceId
Clears the value of sourceId field. -
build
-