Uses of Class
com.google.genai.types.ListFileSearchStoresConfig
Packages that use ListFileSearchStoresConfig
-
Uses of ListFileSearchStoresConfig in com.google.genai
Methods in com.google.genai with parameters of type ListFileSearchStoresConfigModifier and TypeMethodDescriptionAsyncFileSearchStores.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 ListFileSearchStoresConfig in com.google.genai.types
Methods in com.google.genai.types that return ListFileSearchStoresConfigModifier and TypeMethodDescriptionabstract ListFileSearchStoresConfigListFileSearchStoresConfig.Builder.build()static ListFileSearchStoresConfigDeserializes a JSON string to a ListFileSearchStoresConfig object.Methods in com.google.genai.types that return types with arguments of type ListFileSearchStoresConfigModifier and TypeMethodDescriptionabstract Optional<ListFileSearchStoresConfig>ListFileSearchStoresParameters.config()Optional parameters for the list request.Methods in com.google.genai.types with parameters of type ListFileSearchStoresConfigModifier and TypeMethodDescriptionListFileSearchStoresParameters.Builder.config(ListFileSearchStoresConfig config) Setter for config.