Package com.google.genai.types
Class CreateFileSearchStoreConfig.Builder
-
- All Implemented Interfaces:
public abstract class CreateFileSearchStoreConfig.BuilderBuilder for CreateFileSearchStoreConfig.
-
-
Constructor Summary
Constructors Constructor Description CreateFileSearchStoreConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract CreateFileSearchStoreConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. CreateFileSearchStoreConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. CreateFileSearchStoreConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract CreateFileSearchStoreConfig.BuilderdisplayName(String displayName)Setter for displayName. CreateFileSearchStoreConfig.BuilderclearDisplayName()Clears the value of displayName field. abstract CreateFileSearchStoreConfigbuild()-
-
Method Detail
-
httpOptions
abstract CreateFileSearchStoreConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() CreateFileSearchStoreConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() CreateFileSearchStoreConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
displayName
abstract CreateFileSearchStoreConfig.Builder displayName(String displayName)
Setter for displayName.
displayName: The human-readable display name for the file search store.
-
clearDisplayName
@CanIgnoreReturnValue() CreateFileSearchStoreConfig.Builder clearDisplayName()
Clears the value of displayName field.
-
build
abstract CreateFileSearchStoreConfig build()
-
-
-
-