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