Package com.google.genai.types
Class ListDocumentsParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListDocumentsParameters
Config for documents.list parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListDocumentsParameters. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListDocumentsParameters.abstract Optional<ListDocumentsConfig>config()static ListDocumentsParametersDeserializes a JSON string to a ListDocumentsParameters object.parent()The resource name of the FileSearchStores.abstract ListDocumentsParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
ListDocumentsParameters
public ListDocumentsParameters()
-
-
Method Details
-
parent
The resource name of the FileSearchStores. Example: `fileSearchStore/file-search-store-foo` -
config
-
builder
Instantiates a builder for ListDocumentsParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListDocumentsParameters object.
-