Uses of Class
com.google.genai.types.GoogleSearch
Packages that use GoogleSearch
-
Uses of GoogleSearch in com.google.genai.types
Methods in com.google.genai.types that return GoogleSearchModifier and TypeMethodDescriptionabstract GoogleSearchGoogleSearch.Builder.build()static GoogleSearchDeserializes a JSON string to a GoogleSearch object.Methods in com.google.genai.types that return types with arguments of type GoogleSearchModifier and TypeMethodDescriptionabstract Optional<GoogleSearch>Tool.googleSearch()Enables the model to execute Google Search as part of generation.Methods in com.google.genai.types with parameters of type GoogleSearchModifier and TypeMethodDescriptionabstract Tool.BuilderTool.Builder.googleSearch(GoogleSearch googleSearch) Setter for googleSearch.