Uses of Class
com.google.genai.types.DynamicRetrievalConfig
Packages that use DynamicRetrievalConfig
-
Uses of DynamicRetrievalConfig in com.google.genai.types
Methods in com.google.genai.types that return DynamicRetrievalConfigModifier and TypeMethodDescriptionabstract DynamicRetrievalConfig
DynamicRetrievalConfig.Builder.build()
static DynamicRetrievalConfig
Deserializes a JSON string to a DynamicRetrievalConfig object.Methods in com.google.genai.types that return types with arguments of type DynamicRetrievalConfigModifier and TypeMethodDescriptionabstract Optional<DynamicRetrievalConfig>
GoogleSearchRetrieval.dynamicRetrievalConfig()
Specifies the dynamic retrieval configuration for the given source.Methods in com.google.genai.types with parameters of type DynamicRetrievalConfigModifier and TypeMethodDescriptionabstract GoogleSearchRetrieval.Builder
GoogleSearchRetrieval.Builder.dynamicRetrievalConfig
(DynamicRetrievalConfig dynamicRetrievalConfig) Setter for dynamicRetrievalConfig.