Uses of Class
com.google.genai.types.GetFileSearchStoreConfig
Packages that use GetFileSearchStoreConfig
-
Uses of GetFileSearchStoreConfig in com.google.genai
Methods in com.google.genai with parameters of type GetFileSearchStoreConfigModifier and TypeMethodDescriptionAsyncFileSearchStores.get(String name, GetFileSearchStoreConfig config) FileSearchStores.get(String name, GetFileSearchStoreConfig config) -
Uses of GetFileSearchStoreConfig in com.google.genai.types
Methods in com.google.genai.types that return GetFileSearchStoreConfigModifier and TypeMethodDescriptionabstract GetFileSearchStoreConfigGetFileSearchStoreConfig.Builder.build()static GetFileSearchStoreConfigDeserializes a JSON string to a GetFileSearchStoreConfig object.Methods in com.google.genai.types that return types with arguments of type GetFileSearchStoreConfigModifier and TypeMethodDescriptionabstract Optional<GetFileSearchStoreConfig>GetFileSearchStoreParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetFileSearchStoreConfigModifier and TypeMethodDescriptionabstract GetFileSearchStoreParameters.BuilderGetFileSearchStoreParameters.Builder.config(GetFileSearchStoreConfig config) Setter for config.