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."],[[["This webpage details the `BatchUpdateJobsResponse` class within the `Google.Cloud.Talent.V4` namespace, specifically for version 1.3.0 of the associated library."],["`BatchUpdateJobsResponse` is used to represent the result of a `JobService.BatchUpdateJobs` operation."],["The class implements several interfaces, including `IMessage\u003cBatchUpdateJobsResponse\u003e`, `IEquatable\u003cBatchUpdateJobsResponse\u003e`, `IDeepCloneable\u003cBatchUpdateJobsResponse\u003e`, `IBufferMessage`, and `IMessage`, and inherits members from the `Object` class."],["The `JobResults` property, of type `RepeatedField\u003cJobResult\u003e`, contains the results of a batch job update operation."],["Multiple previous versions of `BatchUpdateJobsResponse`, ranging from versions 1.0.0 up to 2.6.0, are also accessible through this webpage."]]],[]]