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 information for the `BatchCreateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically for version 2.5.0."],["`BatchCreateJobsResponse` is a class used to encapsulate the results of a batch job creation operation, succeeding the `JobService.BatchCreateJobs`."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The primary property of the `BatchCreateJobsResponse` class is `JobResults`, a `RepeatedField` that contains a list of `JobResult` objects detailing the mutation outcomes from the batch job creation."],["The documentation covers the `BatchCreateJobsResponse` class constructors, including a default constructor and a constructor that takes another `BatchCreateJobsResponse` object as input for cloning purposes."]]],[]]