Package com.google.genai.types
Class DeleteDocumentConfig.Builder
java.lang.Object
com.google.genai.types.DeleteDocumentConfig.Builder
- Enclosing class:
- DeleteDocumentConfig
Builder for DeleteDocumentConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DeleteDocumentConfigbuild()Clears the value of force field.Clears the value of httpOptions field.abstract DeleteDocumentConfig.Builderforce(boolean force) Setter for force.abstract DeleteDocumentConfig.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 DeleteDocumentConfig.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 `Chunk`s and objects related to this `Document` will also be deleted.
-
clearForce
Clears the value of force field. -
build
-