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 page provides documentation for the `BatchUpdateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically within the .NET environment."],["The `BatchUpdateJobsResponse` class represents the outcome of a `JobService.BatchUpdateJobs` operation and is used as the response in successful operations."],["This class inherits from `Object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each of which have specific functionalities."],["The `JobResults` property of the `BatchUpdateJobsResponse` class provides a list of results from the batch update operation, which can be modified until the operation concludes."],["This documentation outlines available versions from 1.0.0 up to the current latest 2.7.0 version, with the current page being version 2.2.0."]]],[]]