Package com.google.genai.types
Class UploadToFileSearchStoreParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UploadToFileSearchStoreParameters
Generates the parameters for the private _upload_to_file_search_store method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for UploadToFileSearchStoreParameters. -
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 UploadToFileSearchStoreParameters.abstract Optional<UploadToFileSearchStoreConfig>config()Used to override the default configuration.The resource name of the FileSearchStore.Deserializes a JSON string to a UploadToFileSearchStoreParameters object.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
UploadToFileSearchStoreParameters
public UploadToFileSearchStoreParameters()
-
-
Method Details
-
fileSearchStoreName
The resource name of the FileSearchStore. Example: `fileSearchStores/my-file-search-store-123` -
config
Used to override the default configuration. -
builder
Instantiates a builder for UploadToFileSearchStoreParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a UploadToFileSearchStoreParameters object.
-