Uses of Class
com.google.genai.types.DeleteFileSearchStoreConfig
Packages that use DeleteFileSearchStoreConfig
-
Uses of DeleteFileSearchStoreConfig in com.google.genai
Methods in com.google.genai with parameters of type DeleteFileSearchStoreConfigModifier and TypeMethodDescriptionAsyncFileSearchStores.delete(String name, DeleteFileSearchStoreConfig config) voidFileSearchStores.delete(String name, DeleteFileSearchStoreConfig config) -
Uses of DeleteFileSearchStoreConfig in com.google.genai.types
Methods in com.google.genai.types that return DeleteFileSearchStoreConfigModifier and TypeMethodDescriptionabstract DeleteFileSearchStoreConfigDeleteFileSearchStoreConfig.Builder.build()static DeleteFileSearchStoreConfigDeserializes a JSON string to a DeleteFileSearchStoreConfig object.Methods in com.google.genai.types that return types with arguments of type DeleteFileSearchStoreConfigModifier and TypeMethodDescriptionabstract Optional<DeleteFileSearchStoreConfig>DeleteFileSearchStoreParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type DeleteFileSearchStoreConfigModifier and TypeMethodDescriptionDeleteFileSearchStoreParameters.Builder.config(DeleteFileSearchStoreConfig config) Setter for config.