public sealed class JobOperationResult : IMessage<JobOperationResult>, IEquatable<JobOperationResult>, IDeepCloneable<JobOperationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobOperationResult.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eJobOperationResult\u003c/code\u003e class within the Google Cloud Talent Solution v4beta1 API, specifically found in the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobOperationResult\u003c/code\u003e class is used to represent the result of \u003ccode\u003eJobService.BatchCreateJobs\u003c/code\u003e or \u003ccode\u003eJobService.BatchUpdateJobs\u003c/code\u003e API calls, replacing \u003ccode\u003egoogle.longrunning.Operation.response\u003c/code\u003e upon success.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<JobOperationResult>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<JobOperationResult>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobResults\u003c/code\u003e property of the \u003ccode\u003eJobOperationResult\u003c/code\u003e class contains a list of job mutation results from batch operations, which can change until the operation is completed, failed, or cancelled.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation has three available versions for use, the latest being version \u003ccode\u003e3.0.0-beta06\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class JobOperationResult (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobOperationResult)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.JobOperationResult)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.JobOperationResult) \n\n public sealed class JobOperationResult : IMessage\u003cJobOperationResult\u003e, IEquatable\u003cJobOperationResult\u003e, IDeepCloneable\u003cJobOperationResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobOperationResult.\n\nThe result of\n\\[JobService.BatchCreateJobs\\]\\[google.cloud.talent.v4beta1.JobService.BatchCreateJobs\\]\nor\n\\[JobService.BatchUpdateJobs\\]\\[google.cloud.talent.v4beta1.JobService.BatchUpdateJobs\\]\nAPIs. It's used to replace\n\\[google.longrunning.Operation.response\\]\\[google.longrunning.Operation.response\\]\nin case of success. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobOperationResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobOperationResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobOperationResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobOperationResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobOperationResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobOperationResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.JobOperationResult), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### JobOperationResult()\n\n public JobOperationResult()\n\n### JobOperationResult(JobOperationResult)\n\n public JobOperationResult(JobOperationResult other)\n\nProperties\n----------\n\n### JobResults\n\n public RepeatedField\u003cJobOperationResult.Types.JobResult\u003e JobResults { get; }\n\nList of job mutation results from a batch mutate operation. It can change\nuntil operation status is FINISHED, FAILED or CANCELLED."]]