Package com.google.genai.types
Class DeleteDocumentConfig.Builder
-
- All Implemented Interfaces:
public abstract class DeleteDocumentConfig.BuilderBuilder for DeleteDocumentConfig.
-
-
Constructor Summary
Constructors Constructor Description DeleteDocumentConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract DeleteDocumentConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. DeleteDocumentConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. DeleteDocumentConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract DeleteDocumentConfig.Builderforce(boolean force)Setter for force. DeleteDocumentConfig.BuilderclearForce()Clears the value of force field. abstract DeleteDocumentConfigbuild()-
-
Method Detail
-
httpOptions
abstract DeleteDocumentConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() DeleteDocumentConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() DeleteDocumentConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
force
abstract DeleteDocumentConfig.Builder force(boolean force)
Setter for force.
force: If set to true, any `Chunk`s and objects related to this `Document` will also be deleted.
-
clearForce
@CanIgnoreReturnValue() DeleteDocumentConfig.Builder clearForce()
Clears the value of force field.
-
build
abstract DeleteDocumentConfig build()
-
-
-
-