Uses of Class
com.google.genai.types.ImportFileConfig
Packages that use ImportFileConfig
-
Uses of ImportFileConfig in com.google.genai
Methods in com.google.genai with parameters of type ImportFileConfigModifier and TypeMethodDescriptionAsyncFileSearchStores.importFile(String fileSearchStoreName, String fileName, ImportFileConfig config) FileSearchStores.importFile(String fileSearchStoreName, String fileName, ImportFileConfig config) -
Uses of ImportFileConfig in com.google.genai.types
Methods in com.google.genai.types that return ImportFileConfigModifier and TypeMethodDescriptionabstract ImportFileConfigImportFileConfig.Builder.build()static ImportFileConfigDeserializes a JSON string to a ImportFileConfig object.Methods in com.google.genai.types that return types with arguments of type ImportFileConfigModifier and TypeMethodDescriptionabstract Optional<ImportFileConfig>ImportFileParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type ImportFileConfigModifier and TypeMethodDescriptionabstract ImportFileParameters.BuilderImportFileParameters.Builder.config(ImportFileConfig config) Setter for config.