Uses of Class
com.google.genai.types.UpdateCachedContentConfig
Packages that use UpdateCachedContentConfig
-
Uses of UpdateCachedContentConfig in com.google.genai
Methods in com.google.genai with parameters of type UpdateCachedContentConfigModifier and TypeMethodDescriptionAsyncCaches.update(String name, UpdateCachedContentConfig config) Asynchronously updates a cached content resource.Caches.update(String name, UpdateCachedContentConfig config) Updates a cached content resource. -
Uses of UpdateCachedContentConfig in com.google.genai.types
Methods in com.google.genai.types that return UpdateCachedContentConfigModifier and TypeMethodDescriptionabstract UpdateCachedContentConfigUpdateCachedContentConfig.Builder.build()static UpdateCachedContentConfigDeserializes a JSON string to a UpdateCachedContentConfig object.Methods in com.google.genai.types that return types with arguments of type UpdateCachedContentConfigModifier and TypeMethodDescriptionabstract Optional<UpdateCachedContentConfig>UpdateCachedContentParameters.config()Configuration that contains optional parameters.Methods in com.google.genai.types with parameters of type UpdateCachedContentConfigModifier and TypeMethodDescriptionUpdateCachedContentParameters.Builder.config(UpdateCachedContentConfig config) Setter for config.