Package com.google.genai.types
Class ListFileSearchStoresConfig.Builder
java.lang.Object
com.google.genai.types.ListFileSearchStoresConfig.Builder
- Enclosing class:
- ListFileSearchStoresConfig
Builder for ListFileSearchStoresConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ListFileSearchStoresConfigbuild()Clears the value of httpOptions field.Clears the value of pageSize field.Clears the value of pageToken field.abstract ListFileSearchStoresConfig.BuilderhttpOptions(HttpOptions httpOptions) Setter for httpOptions.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract ListFileSearchStoresConfig.BuilderSetter for pageSize.abstract ListFileSearchStoresConfig.BuilderSetter for pageToken.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpOptions
Setter for httpOptions.httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue public ListFileSearchStoresConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.httpOptions: Used to override HTTP request options.
-
clearHttpOptions
Clears the value of httpOptions field. -
pageSize
Setter for pageSize.pageSize:
-
clearPageSize
Clears the value of pageSize field. -
pageToken
Setter for pageToken.pageToken:
-
clearPageToken
Clears the value of pageToken field. -
build
-