Package com.google.genai.types
Class CreateFileSearchStoreConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CreateFileSearchStoreConfig
Optional parameters for creating a file search store.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CreateFileSearchStoreConfig. -
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 CreateFileSearchStoreConfig.The human-readable display name for the file search store.static CreateFileSearchStoreConfigDeserializes a JSON string to a CreateFileSearchStoreConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.abstract CreateFileSearchStoreConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
CreateFileSearchStoreConfig
public CreateFileSearchStoreConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
displayName
The human-readable display name for the file search store. -
builder
Instantiates a builder for CreateFileSearchStoreConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CreateFileSearchStoreConfig object.
-