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-17 UTC."],[[["The `BatchCreateJobsResponse` class is the result of the `JobService.BatchCreateJobs` method, used when the operation is successful."],["This class implements several interfaces, including `IMessage\u003cBatchCreateJobsResponse\u003e`, `IEquatable\u003cBatchCreateJobsResponse\u003e`, `IDeepCloneable\u003cBatchCreateJobsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `BatchCreateJobsResponse` class is derived from the `Object` class and inherits methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has a `JobResults` property, which is a list of job mutation results from a batch create operation and it can change until operation status is FINISHED, FAILED or CANCELLED."],["There are two constructors available for the `BatchCreateJobsResponse` class, a parameterless constructor and one that accepts another `BatchCreateJobsResponse` object."]]],[]]