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 SearchEntryPointSearchEntryPoint.Builder.build()static SearchEntryPointDeserializes 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.BuilderGroundingMetadata.Builder.searchEntryPoint(SearchEntryPoint searchEntryPoint) Setter for searchEntryPoint.