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