outputInfo

public abstract BatchJob.Builder outputInfo(BatchJobOutputInfo outputInfo)

Setter for outputInfo.

outputInfo: Information further describing the output of this job. Output only.


@CanIgnoreReturnValue()
public BatchJob.Builder outputInfo(BatchJobOutputInfo.Builder outputInfoBuilder)

Setter for outputInfo builder.

outputInfo: Information further describing the output of this job. Output only.