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-04-17 UTC."],[[["This document provides reference information for the `BatchUpdateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically version 2.4.0."],["The `BatchUpdateJobsResponse` class is a result of the `JobService.BatchUpdateJobs` operation and can be used to replace the `google.longrunning.Operation.response` in cases of successful completion."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the class constructors, including a default constructor and one that takes another `BatchUpdateJobsResponse` object as a parameter, alongside the property `JobResults` that is a `RepeatedField` for job mutation results."],["There are multiple previous versions of `BatchUpdateJobsResponse` available for access, such as version 2.7.0 (latest) down to version 1.0.0."]]],[]]