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