Package com.google.genai.types
Class DeleteFileConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteFileConfig
Used to override the default configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DeleteFileConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteFileConfig.Builderbuilder()Instantiates a builder for DeleteFileConfig.static DeleteFileConfigDeserializes a JSON string to a DeleteFileConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.abstract DeleteFileConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DeleteFileConfig
public DeleteFileConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for DeleteFileConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteFileConfig object.
-