Package com.google.genai.types
Class ListDocumentsParameters.Builder
java.lang.Object
com.google.genai.types.ListDocumentsParameters.Builder
- Enclosing class:
- ListDocumentsParameters
Builder for ListDocumentsParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ListDocumentsParametersbuild()Clears the value of config field.Clears the value of parent field.abstract ListDocumentsParameters.Builderconfig(ListDocumentsConfig config) Setter for config.config(ListDocumentsConfig.Builder configBuilder) Setter for config builder.abstract ListDocumentsParameters.BuilderSetter for parent.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parent
Setter for parent.parent: The resource name of the FileSearchStores. Example: `fileSearchStore/file-search-store-foo`
-
clearParent
Clears the value of parent field. -
config
Setter for config.config:
-
config
@CanIgnoreReturnValue public ListDocumentsParameters.Builder config(ListDocumentsConfig.Builder configBuilder) Setter for config builder.config:
-
clearConfig
Clears the value of config field. -
build
-