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-03-21 UTC."],[[["The `BatchCreateJobsResponse` class represents the result of a batch job creation operation, specifically the `JobService.BatchCreateJobs` method."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is found within the `Google.Cloud.Talent.V4.dll` assembly."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, deep cloning, and buffered operations."],["The `BatchCreateJobsResponse` class contains a `JobResults` property, which is a `RepeatedField` that holds a list of individual job mutation results (`JobResult`) from the batch creation."],["There are multiple versioned links available for this class, ranging from 1.0.0 up to the latest version, 2.7.0."]]],[]]