Uses of Class
com.google.genai.types.FileSearchStore
Packages that use FileSearchStore
-
Uses of FileSearchStore in com.google.genai
Methods in com.google.genai that return FileSearchStoreModifier and TypeMethodDescriptionFileSearchStores.create(CreateFileSearchStoreConfig config) FileSearchStores.get(String name, GetFileSearchStoreConfig config) Methods in com.google.genai that return types with arguments of type FileSearchStoreModifier and TypeMethodDescriptionAsyncFileSearchStores.create(CreateFileSearchStoreConfig config) AsyncFileSearchStores.get(String name, GetFileSearchStoreConfig config) AsyncFileSearchStores.list(ListFileSearchStoresConfig config) Asynchronously makes an API request to list the available file search stores.FileSearchStores.list(ListFileSearchStoresConfig config) Makes an API request to list the available file search stores. -
Uses of FileSearchStore in com.google.genai.types
Methods in com.google.genai.types that return FileSearchStoreModifier and TypeMethodDescriptionabstract FileSearchStoreFileSearchStore.Builder.build()static FileSearchStoreDeserializes a JSON string to a FileSearchStore object.Methods in com.google.genai.types that return types with arguments of type FileSearchStoreModifier and TypeMethodDescriptionabstract Optional<List<FileSearchStore>>ListFileSearchStoresResponse.fileSearchStores()The returned file search stores.Methods in com.google.genai.types with parameters of type FileSearchStoreModifier and TypeMethodDescriptionListFileSearchStoresResponse.Builder.fileSearchStores(FileSearchStore... fileSearchStores) Setter for fileSearchStores.Method parameters in com.google.genai.types with type arguments of type FileSearchStoreModifier and TypeMethodDescriptionabstract ListFileSearchStoresResponse.BuilderListFileSearchStoresResponse.Builder.fileSearchStores(List<FileSearchStore> fileSearchStores) Setter for fileSearchStores.