Package com.google.genai.types
Class DownloadFileConfig.Builder
-
- All Implemented Interfaces:
public abstract class DownloadFileConfig.BuilderBuilder for DownloadFileConfig.
-
-
Constructor Summary
Constructors Constructor Description DownloadFileConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract DownloadFileConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. DownloadFileConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. DownloadFileConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract DownloadFileConfigbuild()-
-
Method Detail
-
httpOptions
abstract DownloadFileConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() DownloadFileConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() DownloadFileConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
build
abstract DownloadFileConfig build()
-
-
-
-