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-03-21 UTC."],[[["The `BatchCreateJobsResponse` class is part of the Google Cloud Talent Solution v4 API, and is used to represent the result of a `JobService.BatchCreateJobs` operation."],["This class has multiple versions available, with the latest being 2.7.0, and extends back to version 1.0.0 for previous iterations."],["`BatchCreateJobsResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a wide array of capabilities for data manipulation and representation."],["The class contains a `JobResults` property, which is a `RepeatedField` that holds the list of `JobResult` objects, representing the outcomes of a batch job creation process."],["It inherits members like `GetHashCode`, `GetType` and `ToString` from the base `object` class."]]],[]]