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, specifically for version 1.3.0 of the associated library."],["The `BatchCreateJobsResponse` class is used to represent the result of a `JobService.BatchCreateJobs` operation and is designed to replace `google.longrunning.Operation.response` upon successful completion."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its role within the Google Cloud Protobuf framework."],["The class includes a `JobResults` property of type `RepeatedField\u003cJobResult\u003e`, that provides a list of job mutation results for a batch creation process."],["This page also lists all of the previous versions of the `BatchCreateJobsResponse` class, with the latest version being 2.7.0."]]],[]]