Uses of Class
com.google.genai.types.ListDocumentsConfig.Builder
Packages that use ListDocumentsConfig.Builder
-
Uses of ListDocumentsConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return ListDocumentsConfig.BuilderModifier and TypeMethodDescriptionstatic ListDocumentsConfig.BuilderListDocumentsConfig.builder()Instantiates a builder for ListDocumentsConfig.ListDocumentsConfig.Builder.clearHttpOptions()Clears the value of httpOptions field.ListDocumentsConfig.Builder.clearPageSize()Clears the value of pageSize field.ListDocumentsConfig.Builder.clearPageToken()Clears the value of pageToken field.abstract ListDocumentsConfig.BuilderListDocumentsConfig.Builder.httpOptions(HttpOptions httpOptions) Setter for httpOptions.ListDocumentsConfig.Builder.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract ListDocumentsConfig.BuilderSetter for pageSize.abstract ListDocumentsConfig.BuilderSetter for pageToken.abstract ListDocumentsConfig.BuilderListDocumentsConfig.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type ListDocumentsConfig.BuilderModifier and TypeMethodDescriptionListDocumentsParameters.Builder.config(ListDocumentsConfig.Builder configBuilder) Setter for config builder.