Uses of Class
com.google.genai.types.DeleteFileConfig
Packages that use DeleteFileConfig
-
Uses of DeleteFileConfig in com.google.genai
Methods in com.google.genai with parameters of type DeleteFileConfigModifier and TypeMethodDescriptionAsyncFiles.delete
(String name, DeleteFileConfig config) Asynchronously deletes a remotely stored file.Files.delete
(String name, DeleteFileConfig config) Deletes a remotely stored file. -
Uses of DeleteFileConfig in com.google.genai.types
Methods in com.google.genai.types that return DeleteFileConfigModifier and TypeMethodDescriptionabstract DeleteFileConfig
DeleteFileConfig.Builder.build()
static DeleteFileConfig
Deserializes a JSON string to a DeleteFileConfig object.Methods in com.google.genai.types that return types with arguments of type DeleteFileConfigModifier and TypeMethodDescriptionabstract Optional<DeleteFileConfig>
DeleteFileParameters.config()
Used to override the default configuration.Methods in com.google.genai.types with parameters of type DeleteFileConfigModifier and TypeMethodDescriptionabstract DeleteFileParameters.Builder
DeleteFileParameters.Builder.config
(DeleteFileConfig config) Setter for config.