Uses of Class
com.google.genai.types.SearchEntryPoint
Packages that use SearchEntryPoint
-
Uses of SearchEntryPoint in com.google.genai.types
Methods in com.google.genai.types that return SearchEntryPointModifier and TypeMethodDescriptionabstract SearchEntryPoint
SearchEntryPoint.Builder.build()
static SearchEntryPoint
Deserializes a JSON string to a SearchEntryPoint object.Methods in com.google.genai.types that return types with arguments of type SearchEntryPointModifier and TypeMethodDescriptionabstract Optional<SearchEntryPoint>
GroundingMetadata.searchEntryPoint()
Optional.Methods in com.google.genai.types with parameters of type SearchEntryPointModifier and TypeMethodDescriptionabstract GroundingMetadata.Builder
GroundingMetadata.Builder.searchEntryPoint
(SearchEntryPoint searchEntryPoint) Setter for searchEntryPoint.