Uses of Class
com.google.genai.types.BatchJob.Builder
Packages that use BatchJob.Builder
-
Uses of BatchJob.Builder in com.google.genai.types
Methods in com.google.genai.types that return BatchJob.BuilderModifier and TypeMethodDescriptionstatic BatchJob.BuilderBatchJob.builder()Instantiates a builder for BatchJob.BatchJob.Builder.clearCompletionStats()Clears the value of completionStats field.BatchJob.Builder.clearCreateTime()Clears the value of createTime field.BatchJob.Builder.clearDest()Clears the value of dest field.BatchJob.Builder.clearDisplayName()Clears the value of displayName field.BatchJob.Builder.clearEndTime()Clears the value of endTime field.BatchJob.Builder.clearError()Clears the value of error field.BatchJob.Builder.clearModel()Clears the value of model field.BatchJob.Builder.clearName()Clears the value of name field.BatchJob.Builder.clearSrc()Clears the value of src field.BatchJob.Builder.clearStartTime()Clears the value of startTime field.BatchJob.Builder.clearState()Clears the value of state field.BatchJob.Builder.clearUpdateTime()Clears the value of updateTime field.abstract BatchJob.BuilderBatchJob.Builder.completionStats(CompletionStats completionStats) Setter for completionStats.BatchJob.Builder.completionStats(CompletionStats.Builder completionStatsBuilder) Setter for completionStats builder.abstract BatchJob.BuilderBatchJob.Builder.createTime(Instant createTime) Setter for createTime.abstract BatchJob.BuilderBatchJob.Builder.dest(BatchJobDestination dest) Setter for dest.BatchJob.Builder.dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.abstract BatchJob.BuilderBatchJob.Builder.displayName(String displayName) Setter for displayName.abstract BatchJob.BuilderSetter for endTime.abstract BatchJob.BuilderSetter for error.BatchJob.Builder.error(JobError.Builder errorBuilder) Setter for error builder.abstract BatchJob.BuilderSetter for model.abstract BatchJob.BuilderSetter for name.abstract BatchJob.BuilderBatchJob.Builder.src(BatchJobSource src) Setter for src.BatchJob.Builder.src(BatchJobSource.Builder srcBuilder) Setter for src builder.abstract BatchJob.BuilderSetter for startTime.abstract BatchJob.BuilderSetter for state.BatchJob.Builder.state(JobState.Known knownType) Setter for state given a known enum.Setter for state given a string.abstract BatchJob.BuilderBatchJob.toBuilder()Creates a builder with the same values as this instance.abstract BatchJob.BuilderBatchJob.Builder.updateTime(Instant updateTime) Setter for updateTime.Methods in com.google.genai.types with parameters of type BatchJob.BuilderModifier and TypeMethodDescriptionListBatchJobsResponse.Builder.batchJobs(BatchJob.Builder... batchJobsBuilders) Setter for batchJobs builder.