Package com.google.genai.types
Class DeleteDocumentParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteDocumentParameters
Config for documents.delete parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DeleteDocumentParameters. -
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 DeleteDocumentParameters.abstract Optional<DeleteDocumentConfig>config()Optional parameters for the request.static DeleteDocumentParametersDeserializes a JSON string to a DeleteDocumentParameters object.name()The resource name of the Document.abstract DeleteDocumentParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
DeleteDocumentParameters
public DeleteDocumentParameters()
-
-
Method Details
-
name
The resource name of the Document. Example: fileSearchStores/file-search-store-foo/documents/documents-bar -
config
Optional parameters for the request. -
builder
Instantiates a builder for DeleteDocumentParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteDocumentParameters object.
-