public sealed class JobOperationResult : IMessage<JobOperationResult>, IEquatable<JobOperationResult>, IDeepCloneable<JobOperationResult>, IBufferMessage, IMessage
The result of [JobService.BatchCreateJobs][google.cloud.talent.v4beta1.JobService.BatchCreateJobs] or
[JobService.BatchUpdateJobs][google.cloud.talent.v4beta1.JobService.BatchUpdateJobs] APIs. 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 `JobOperationResult` class is used to represent the outcome of batch job creation or update operations through `JobService.BatchCreateJobs` or `JobService.BatchUpdateJobs` APIs."],["It inherits from `Object` and implements `IMessage\u003cJobOperationResult\u003e`, `IEquatable\u003cJobOperationResult\u003e`, `IDeepCloneable\u003cJobOperationResult\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, one default and one that takes another `JobOperationResult` object as a parameter for copying purposes."],["The `JobResults` property, of type `RepeatedField\u003cJobOperationResult.Types.JobResult\u003e`, contains a list of the individual results from the batch job mutation operation."],["This class resides within the `Google.Cloud.Talent.V4Beta1` namespace and is part of the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]