Package com.google.genai.types
Class DeleteFileSearchStoreConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteFileSearchStoreConfig
Optional parameters for deleting a FileSearchStore.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DeleteFileSearchStoreConfig. -
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 DeleteFileSearchStoreConfig.force()If set to true, any Documents and objects related to this FileSearchStore will also be deleted.static DeleteFileSearchStoreConfigDeserializes a JSON string to a DeleteFileSearchStoreConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.abstract DeleteFileSearchStoreConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
DeleteFileSearchStoreConfig
public DeleteFileSearchStoreConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
force
If set to true, any Documents and objects related to this FileSearchStore will also be deleted. If false (the default), a FAILED_PRECONDITION error will be returned if the FileSearchStore contains any Documents. -
builder
Instantiates a builder for DeleteFileSearchStoreConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteFileSearchStoreConfig object.
-