Package com.google.genai.types
Class GetBatchJobConfig.Builder
-
- All Implemented Interfaces:
public abstract class GetBatchJobConfig.BuilderBuilder for GetBatchJobConfig.
-
-
Constructor Summary
Constructors Constructor Description GetBatchJobConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract GetBatchJobConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. GetBatchJobConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. GetBatchJobConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract GetBatchJobConfigbuild()-
-
Method Detail
-
httpOptions
abstract GetBatchJobConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() GetBatchJobConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() GetBatchJobConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
build
abstract GetBatchJobConfig build()
-
-
-
-