Uses of Class
com.google.genai.types.GetCachedContentConfig
Packages that use GetCachedContentConfig
-
Uses of GetCachedContentConfig in com.google.genai
Methods in com.google.genai with parameters of type GetCachedContentConfigModifier and TypeMethodDescriptionAsyncCaches.get
(String name, GetCachedContentConfig config) Asynchronously gets a cached content resource.Caches.get
(String name, GetCachedContentConfig config) Gets a cached content resource. -
Uses of GetCachedContentConfig in com.google.genai.types
Methods in com.google.genai.types that return GetCachedContentConfigModifier and TypeMethodDescriptionabstract GetCachedContentConfig
GetCachedContentConfig.Builder.build()
static GetCachedContentConfig
Deserializes a JSON string to a GetCachedContentConfig object.Methods in com.google.genai.types that return types with arguments of type GetCachedContentConfigModifier and TypeMethodDescriptionabstract Optional<GetCachedContentConfig>
GetCachedContentParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetCachedContentConfigModifier and TypeMethodDescriptionabstract GetCachedContentParameters.Builder
GetCachedContentParameters.Builder.config
(GetCachedContentConfig config) Setter for config.