Uses of Class
com.google.genai.types.GroundingSupport
Packages that use GroundingSupport
-
Uses of GroundingSupport in com.google.genai.types
Methods in com.google.genai.types that return GroundingSupportModifier and TypeMethodDescriptionabstract GroundingSupportGroundingSupport.Builder.build()static GroundingSupportDeserializes a JSON string to a GroundingSupport object.Methods in com.google.genai.types that return types with arguments of type GroundingSupportModifier and TypeMethodDescriptionabstract Optional<List<GroundingSupport>>GroundingMetadata.groundingSupports()Optional.Methods in com.google.genai.types with parameters of type GroundingSupportModifier and TypeMethodDescriptionGroundingMetadata.Builder.groundingSupports(GroundingSupport... groundingSupports) Setter for groundingSupports.Method parameters in com.google.genai.types with type arguments of type GroundingSupportModifier and TypeMethodDescriptionabstract GroundingMetadata.BuilderGroundingMetadata.Builder.groundingSupports(List<GroundingSupport> groundingSupports) Setter for groundingSupports.