public sealed class BatchUpdateJobsResponse : IMessage<BatchUpdateJobsResponse>, IEquatable<BatchUpdateJobsResponse>, IDeepCloneable<BatchUpdateJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchUpdateJobsResponse.
The result of
[JobService.BatchUpdateJobs][google.cloud.talent.v4.JobService.BatchUpdateJobs].
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 document provides reference information for the `BatchUpdateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically for version 2.6.0."],["The `BatchUpdateJobsResponse` class is the result of the `JobService.BatchUpdateJobs` operation, used to replace the standard `Operation.response` in cases of success."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchUpdateJobsResponse` class contains a `JobResults` property, which is a list of job mutation results from a batch update operation and it is a `RepeatedField\u003cJobResult\u003e` type."],["Several versions of this feature are documented, with 2.7.0 being the latest, and versions going back to 1.0.0."]]],[]]