Uses of Class
com.google.genai.types.SearchTypes
Packages that use SearchTypes
-
Uses of SearchTypes in com.google.genai.types
Methods in com.google.genai.types that return SearchTypesModifier and TypeMethodDescriptionabstract SearchTypesSearchTypes.Builder.build()static SearchTypesDeserializes a JSON string to a SearchTypes object.Methods in com.google.genai.types that return types with arguments of type SearchTypesModifier and TypeMethodDescriptionabstract Optional<SearchTypes>GoogleSearch.searchTypes()Different types of search that can be enabled on the GoogleSearch tool.Methods in com.google.genai.types with parameters of type SearchTypesModifier and TypeMethodDescriptionabstract GoogleSearch.BuilderGoogleSearch.Builder.searchTypes(SearchTypes searchTypes) Setter for searchTypes.