Package com.google.genai.types
Class DeleteFileParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteFileParameters
Generates the parameters for the get method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for DeleteFileParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteFileParameters.Builder
builder()
Instantiates a builder for DeleteFileParameters.abstract Optional<DeleteFileConfig>
config()
Used to override the default configuration.static DeleteFileParameters
Deserializes a JSON string to a DeleteFileParameters object.name()
The name identifier for the file to be deleted.abstract DeleteFileParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DeleteFileParameters
public DeleteFileParameters()
-
-
Method Details
-
name
The name identifier for the file to be deleted. -
config
Used to override the default configuration. -
builder
Instantiates a builder for DeleteFileParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteFileParameters object.
-