Package com.google.genai.types
Class ListFileSearchStoresConfig.Builder
-
- All Implemented Interfaces:
public abstract class ListFileSearchStoresConfig.BuilderBuilder for ListFileSearchStoresConfig.
-
-
Constructor Summary
Constructors Constructor Description ListFileSearchStoresConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract ListFileSearchStoresConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. ListFileSearchStoresConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. ListFileSearchStoresConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract ListFileSearchStoresConfig.BuilderpageSize(Integer pageSize)Setter for pageSize. ListFileSearchStoresConfig.BuilderclearPageSize()Clears the value of pageSize field. abstract ListFileSearchStoresConfig.BuilderpageToken(String pageToken)Setter for pageToken. ListFileSearchStoresConfig.BuilderclearPageToken()Clears the value of pageToken field. abstract ListFileSearchStoresConfigbuild()-
-
Method Detail
-
httpOptions
abstract ListFileSearchStoresConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() ListFileSearchStoresConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() ListFileSearchStoresConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
pageSize
abstract ListFileSearchStoresConfig.Builder pageSize(Integer pageSize)
Setter for pageSize.
pageSize:
-
clearPageSize
@CanIgnoreReturnValue() ListFileSearchStoresConfig.Builder clearPageSize()
Clears the value of pageSize field.
-
pageToken
abstract ListFileSearchStoresConfig.Builder pageToken(String pageToken)
Setter for pageToken.
pageToken:
-
clearPageToken
@CanIgnoreReturnValue() ListFileSearchStoresConfig.Builder clearPageToken()
Clears the value of pageToken field.
-
build
abstract ListFileSearchStoresConfig build()
-
-
-
-