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-03-21 UTC."],[[["This document provides reference information for the `BatchDeleteJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically version 2.3.0."],["`BatchDeleteJobsResponse` is used to convey the result of a `JobService.BatchDeleteJobs` operation, replacing the standard `google.longrunning.Operation.response` in successful cases."],["The `BatchDeleteJobsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has one property, `JobResults`, which is a `RepeatedField` list of `JobResult` types showing the outcome of a batch delete job operation."],["The document shows the class inheritance as `object` \u003e `BatchDeleteJobsResponse`, and lists the available constructors and inherited members."]]],[]]