Package com.google.genai.types
Class DeleteFileSearchStoreConfig.Builder
java.lang.Object
com.google.genai.types.DeleteFileSearchStoreConfig.Builder
- Enclosing class:
- DeleteFileSearchStoreConfig
Builder for DeleteFileSearchStoreConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DeleteFileSearchStoreConfigbuild()Clears the value of force field.Clears the value of httpOptions field.abstract DeleteFileSearchStoreConfig.Builderforce(boolean force) Setter for force.abstract DeleteFileSearchStoreConfig.BuilderhttpOptions(HttpOptions httpOptions) Setter for httpOptions.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpOptions
Setter for httpOptions.httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue public DeleteFileSearchStoreConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.httpOptions: Used to override HTTP request options.
-
clearHttpOptions
Clears the value of httpOptions field. -
force
Setter for force.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.
-
clearForce
Clears the value of force field. -
build
-