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