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 used to represent the result of a `JobService.BatchCreateJobs` operation, replacing the standard `google.longrunning.Operation.response` in successful cases."],["This class, `BatchCreateJobsResponse`, implements several interfaces including `IMessage`, `IEquatable\u003cBatchCreateJobsResponse\u003e`, `IDeepCloneable\u003cBatchCreateJobsResponse\u003e`, and `IBufferMessage`."],["The `BatchCreateJobsResponse` class contains a `JobResults` property, which is a list of job mutation results from a batch create operation, and will be updated until the operation is completed, failed, or canceled."],["The documentation provides access to various versions of this class, from version 1.0.0 to the latest, 2.7.0, within the `Google.Cloud.Talent.V4` namespace."]]],[]]