Package com.google.genai.types
Class ListBatchJobsConfig.Builder
java.lang.Object
com.google.genai.types.ListBatchJobsConfig.Builder
- Enclosing class:
- ListBatchJobsConfig
Builder for ListBatchJobsConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ListBatchJobsConfigbuild()Clears the value of filter field.Clears the value of httpOptions field.Clears the value of pageSize field.Clears the value of pageToken field.abstract ListBatchJobsConfig.BuilderSetter for filter.abstract ListBatchJobsConfig.BuilderhttpOptions(HttpOptions httpOptions) Setter for httpOptions.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract ListBatchJobsConfig.BuilderSetter for pageSize.abstract ListBatchJobsConfig.BuilderSetter for pageToken.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpOptions
Setter for httpOptions.httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue public ListBatchJobsConfig.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. -
filter
Setter for filter.filter:
-
clearFilter
Clears the value of filter field. -
build
-