Uses of Class
com.google.genai.types.DeleteCachedContentConfig
Packages that use DeleteCachedContentConfig
-
Uses of DeleteCachedContentConfig in com.google.genai
Methods in com.google.genai with parameters of type DeleteCachedContentConfigModifier and TypeMethodDescriptionAsyncCaches.delete
(String name, DeleteCachedContentConfig config) Asynchronously deletes a cached content resource.Caches.delete
(String name, DeleteCachedContentConfig config) Deletes a cached content resource. -
Uses of DeleteCachedContentConfig in com.google.genai.types
Methods in com.google.genai.types that return DeleteCachedContentConfigModifier and TypeMethodDescriptionabstract DeleteCachedContentConfig
DeleteCachedContentConfig.Builder.build()
static DeleteCachedContentConfig
Deserializes a JSON string to a DeleteCachedContentConfig object.Methods in com.google.genai.types that return types with arguments of type DeleteCachedContentConfigModifier and TypeMethodDescriptionabstract Optional<DeleteCachedContentConfig>
DeleteCachedContentParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type DeleteCachedContentConfigModifier and TypeMethodDescriptionDeleteCachedContentParameters.Builder.config
(DeleteCachedContentConfig config) Setter for config.