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 provided content details the `BatchCreateJobsResponse` class within the Google Cloud Talent Solution v4 API for .NET, specifically version 2.2.0."],["This class is used as the result of `JobService.BatchCreateJobs`, replacing `google.longrunning.Operation.response` in successful operations, as stated in the documentation."],["The `BatchCreateJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of this class is `JobResults`, a `RepeatedField` containing a list of `JobResult` objects that provide the outcome of each job in the batch creation operation."],["The webpage also contains links to all versions of this class, ranging from version 1.0.0 to 2.7.0."]]],[]]