Package com.google.genai.types
Class CreateFileSearchStoreParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateFileSearchStoreParameters
Config for file_search_stores.create parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreateFileSearchStoreParameters. -
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 CreateFileSearchStoreParameters.abstract Optional<CreateFileSearchStoreConfig>config()Optional parameters for creating a file search store.Deserializes a JSON string to a CreateFileSearchStoreParameters object.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
CreateFileSearchStoreParameters
public CreateFileSearchStoreParameters()
-
-
Method Details
-
config
Optional parameters for creating a file search store. -
builder
Instantiates a builder for CreateFileSearchStoreParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateFileSearchStoreParameters object.
-