public sealed class BatchDeleteJobsResponse : IMessage<BatchDeleteJobsResponse>, IEquatable<BatchDeleteJobsResponse>, IDeepCloneable<BatchDeleteJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchDeleteJobsResponse.
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-17 UTC."],[[["This webpage provides documentation for the `BatchDeleteJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically focusing on version 2.5.0."],["`BatchDeleteJobsResponse` represents the result of a `JobService.BatchDeleteJobs` operation and is used to replace `google.longrunning.Operation.response` in successful cases."],["The `BatchDeleteJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and compatibility."],["The class includes a `JobResults` property of type `RepeatedField\u003cJobResult\u003e` that contains the list of job mutation results from a batch delete operation, which can change until the operation is finished, failed, or cancelled."],["The page also lists previous versions of the same `BatchDeleteJobsResponse` class in descending order from 2.7.0 down to 1.0.0, each linking to its specific documentation."]]],[]]