public sealed class BatchCreateJobsResponse : IMessage<BatchCreateJobsResponse>, IEquatable<BatchCreateJobsResponse>, IDeepCloneable<BatchCreateJobsResponse>, IBufferMessage, IMessage
The result of [JobService.BatchCreateJobs][google.cloud.talent.v4.JobService.BatchCreateJobs]. It's used to
replace [google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `BatchCreateJobsResponse` class represents the result of a `JobService.BatchCreateJobs` operation within the Google Cloud Talent V4 API."],["This class is the response type for batch job creation operations, replacing the standard `google.longrunning.Operation.response` in successful cases."],["`BatchCreateJobsResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `JobResults` property of `BatchCreateJobsResponse` provides a list of job mutation results, which can change until the operation is completed, fails, or is canceled."],["This `BatchCreateJobsResponse` object has a latest version of 2.7.0 and provides different links to older versions, going all the way back to 1.0.0."]]],[]]