Uses of Class
com.google.genai.types.ListFilesConfig
Packages that use ListFilesConfig
-
Uses of ListFilesConfig in com.google.genai
Methods in com.google.genai with parameters of type ListFilesConfigModifier and TypeMethodDescriptionAsyncFiles.list(ListFilesConfig config) Asynchronously makes an API request to list the available files.Files.list(ListFilesConfig config) makes an API request to list the available files. -
Uses of ListFilesConfig in com.google.genai.types
Methods in com.google.genai.types that return ListFilesConfigModifier and TypeMethodDescriptionabstract ListFilesConfigListFilesConfig.Builder.build()static ListFilesConfigDeserializes a JSON string to a ListFilesConfig object.Methods in com.google.genai.types that return types with arguments of type ListFilesConfigModifier and TypeMethodDescriptionabstract Optional<ListFilesConfig>ListFilesParameters.config()Used to override the default configuration.Methods in com.google.genai.types with parameters of type ListFilesConfigModifier and TypeMethodDescriptionabstract ListFilesParameters.BuilderListFilesParameters.Builder.config(ListFilesConfig config) Setter for config.