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