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."],[[["The latest version of the `BatchDeleteJobsResponse` class is 2.7.0, as indicated by the provided version list, and it is a part of the Google Cloud Talent Solution v4 API."],["`BatchDeleteJobsResponse` is a class that represents the result of a batch delete operation for jobs within the `JobService`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes a `JobResults` property, which is a list of `JobResult` objects representing the outcomes of each job deletion in the batch operation, and this property is of the type `RepeatedField`."],["The class provides two constructors: a parameterless constructor `BatchDeleteJobsResponse()` and another, `BatchDeleteJobsResponse(BatchDeleteJobsResponse other)`, which accepts an existing instance of the class."]]],[]]