Uses of Class
com.google.genai.types.ListDocumentsConfig
Packages that use ListDocumentsConfig
-
Uses of ListDocumentsConfig in com.google.genai
Methods in com.google.genai with parameters of type ListDocumentsConfigModifier and TypeMethodDescriptionAsyncDocuments.list(String parent, ListDocumentsConfig config) Asynchronously makes an API request to list the available documents.Documents.list(String parent, ListDocumentsConfig config) Makes an API request to list the available documents. -
Uses of ListDocumentsConfig in com.google.genai.types
Methods in com.google.genai.types that return ListDocumentsConfigModifier and TypeMethodDescriptionabstract ListDocumentsConfigListDocumentsConfig.Builder.build()static ListDocumentsConfigDeserializes a JSON string to a ListDocumentsConfig object.Methods in com.google.genai.types that return types with arguments of type ListDocumentsConfigModifier and TypeMethodDescriptionabstract Optional<ListDocumentsConfig>ListDocumentsParameters.config()Methods in com.google.genai.types with parameters of type ListDocumentsConfigModifier and TypeMethodDescriptionabstract ListDocumentsParameters.BuilderListDocumentsParameters.Builder.config(ListDocumentsConfig config) Setter for config.