Uses of Class
com.google.genai.types.ListCachedContentsConfig
Packages that use ListCachedContentsConfig
-
Uses of ListCachedContentsConfig in com.google.genai
Methods in com.google.genai with parameters of type ListCachedContentsConfigModifier and TypeMethodDescriptionAsyncCaches.list(ListCachedContentsConfig config) Asynchronously makes an API request to list the available cached contents.Caches.list(ListCachedContentsConfig config) Makes an API request to list the available cached contents. -
Uses of ListCachedContentsConfig in com.google.genai.types
Methods in com.google.genai.types that return ListCachedContentsConfigModifier and TypeMethodDescriptionabstract ListCachedContentsConfigListCachedContentsConfig.Builder.build()static ListCachedContentsConfigDeserializes a JSON string to a ListCachedContentsConfig object.Methods in com.google.genai.types that return types with arguments of type ListCachedContentsConfigModifier and TypeMethodDescriptionabstract Optional<ListCachedContentsConfig>ListCachedContentsParameters.config()Configuration that contains optional parameters.Methods in com.google.genai.types with parameters of type ListCachedContentsConfigModifier and TypeMethodDescriptionabstract ListCachedContentsParameters.BuilderListCachedContentsParameters.Builder.config(ListCachedContentsConfig config) Setter for config.