Package com.google.genai.types
Class GroundingMetadataSourceFlaggingUri
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GroundingMetadataSourceFlaggingUri
Source content flagging uri for a place or review. This is currently populated only for Google
Maps grounding. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for GroundingMetadataSourceFlaggingUri. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for GroundingMetadataSourceFlaggingUri.A link where users can flag a problem with the source (place or review).Deserializes a JSON string to a GroundingMetadataSourceFlaggingUri object.sourceId()Id of the place or review.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GroundingMetadataSourceFlaggingUri
public GroundingMetadataSourceFlaggingUri()
-
-
Method Details
-
flagContentUri
A link where users can flag a problem with the source (place or review). -
sourceId
Id of the place or review. -
builder
Instantiates a builder for GroundingMetadataSourceFlaggingUri. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GroundingMetadataSourceFlaggingUri object.
-