public sealed class BatchUpdateJobsResponse : IMessage<BatchUpdateJobsResponse>, IEquatable<BatchUpdateJobsResponse>, IDeepCloneable<BatchUpdateJobsResponse>, IBufferMessage, IMessage
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."],[[["The latest version of the `BatchUpdateJobsResponse` is 2.7.0, with a range of previous versions available from 2.6.0 down to 1.0.0."],["`BatchUpdateJobsResponse` is a class used to represent the result of the `JobService.BatchUpdateJobs` operation, which is used to replace a specific field upon successful completion."],["This class implements multiple interfaces, including `IMessage\u003cBatchUpdateJobsResponse\u003e`, `IEquatable\u003cBatchUpdateJobsResponse\u003e`, `IDeepCloneable\u003cBatchUpdateJobsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `JobResults` property, a `RepeatedField` of `JobResult`, provides a list of job mutation results from a batch update operation, and is subject to change until the operation is finalized."]]],[]]