public sealed class BatchDeleteJobsResponse : IMessage<BatchDeleteJobsResponse>, IEquatable<BatchDeleteJobsResponse>, IDeepCloneable<BatchDeleteJobsResponse>, IBufferMessage, IMessage
The result of [JobService.BatchDeleteJobs][google.cloud.talent.v4.JobService.BatchDeleteJobs]. 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-09 UTC."],[[["This page documents the `BatchDeleteJobsResponse` class, which represents the result of a batch job deletion operation within the Google Cloud Talent V4 API."],["The `BatchDeleteJobsResponse` class is part of the `Google.Cloud.Talent.V4` namespace and is found within the `Google.Cloud.Talent.V4.dll` assembly, and can be implemented to provide success responses for job deletions."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality and compatibility with the .NET ecosystem."],["The `JobResults` property, a `RepeatedField` of `JobResult`, stores the results of each job's mutation during the batch delete operation and can change until the operation is completed."],["There are several versions of the BatchDeleteJobsResponse available from version 1.0.0 to 2.7.0, with 2.7.0 being the latest."]]],[]]