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 webpage provides documentation for the `BatchUpdateJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically for version 2.5.0."],["The `BatchUpdateJobsResponse` class is a result of the `JobService.BatchUpdateJobs` method and represents the response of a batch job update, used to replace `google.longrunning.Operation.response`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the .NET `object` class."],["The `BatchUpdateJobsResponse` class has a `JobResults` property that stores a list of `JobResult` objects, which contain the results of each job mutation from the batch update operation, and can be changed until the operation is finished, failed, or canceled."],["The documentation lists all available versions, ranging from version 1.0.0 to 2.7.0, with 2.7.0 being the latest, which can be referenced for the BatchUpdateJobsResponse."]]],[]]