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