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 documentation for the `BatchUpdateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically version 2.3.0."],["`BatchUpdateJobsResponse` is used to handle the response from the `JobService.BatchUpdateJobs` operation and replaces `google.longrunning.Operation.response` on success."],["The `BatchUpdateJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class contains a `JobResults` property of type `RepeatedField\u003cJobResult\u003e` that provides a list of job mutation results during batch update operations, which can change until the operation is completed."],["There are multiple previous versions of `BatchUpdateJobsResponse` available for download, including versions from 2.7.0 (latest) back to 1.0.0."]]],[]]