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 DynamicRetrievalConfigDynamicRetrievalConfig.Builder.build()static DynamicRetrievalConfigDeserializes 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.BuilderGoogleSearchRetrieval.Builder.dynamicRetrievalConfig(DynamicRetrievalConfig dynamicRetrievalConfig) Setter for dynamicRetrievalConfig.