public sealed class BatchCreateJobsResponse : IMessage<BatchCreateJobsResponse>, IEquatable<BatchCreateJobsResponse>, IDeepCloneable<BatchCreateJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchCreateJobsResponse.
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."],[[["This document provides reference documentation for the `BatchCreateJobsResponse` class within the Google Cloud Talent Solution v4 API."],["The `BatchCreateJobsResponse` class is used to represent the result of a batch job creation operation, specifically `JobService.BatchCreateJobs`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object comparison within the API."],["The `JobResults` property of the `BatchCreateJobsResponse` class is a `RepeatedField` that contains a list of job mutation results and can change until the operation status is finalized."],["This documentation includes various versioned links to the `BatchCreateJobsResponse` object, with the latest being version 2.7.0, and it provides details on the class's constructors, inherited members and the `JobResults` property."]]],[]]