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."],[[["This webpage details the `BatchCreateJobsResponse` class within the `Google.Cloud.Talent.V4` namespace, which represents the result of the `JobService.BatchCreateJobs` operation."],["The `BatchCreateJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class includes a `JobResults` property of type `RepeatedField\u003cJobResult\u003e` that contains the list of job mutation results from a batch creation operation, and this list can change until the operation is finished."],["The latest version of `BatchCreateJobsResponse` is 2.7.0, with previous versions ranging from 2.6.0 back to 1.0.0 also being documented."],["The `BatchCreateJobsResponse` has two constructors, one without any parameters, and one that accepts another `BatchCreateJobsResponse` object."]]],[]]