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."],["`BatchUpdateJobsResponse` is a class used as the result of the `JobService.BatchUpdateJobs` operation, replacing `google.longrunning.Operation.response` upon successful completion."],["The latest version of the `BatchUpdateJobsResponse` class is 2.7.0, and multiple versions, including 1.0.0, are documented."],["The `BatchUpdateJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `JobResults` property of the `BatchUpdateJobsResponse` class, which holds a list of job mutation results, is a `RepeatedField` of `JobResult` type and can change until the operation status is FINISHED, FAILED, or CANCELLED."]]],[]]