Package com.google.genai.types
Class GetBatchJobConfig.Builder
java.lang.Object
com.google.genai.types.GetBatchJobConfig.Builder
- Enclosing class:
- GetBatchJobConfig
Builder for GetBatchJobConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GetBatchJobConfig
build()
abstract GetBatchJobConfig.Builder
httpOptions
(HttpOptions httpOptions) Setter for httpOptions.httpOptions
(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
httpOptions
Setter for httpOptions.httpOptions: Used to override HTTP request options.
-
httpOptions
Setter for httpOptions builder.httpOptions: Used to override HTTP request options.
-
build
-