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"]],[["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-09 UTC."],[[["This documentation is for the `JobOperationResult` class within the Google Cloud Talent Solution v4beta1 API, specifically found in the `Google.Cloud.Talent.V4Beta1` namespace."],["The `JobOperationResult` class is used to represent the result of `JobService.BatchCreateJobs` or `JobService.BatchUpdateJobs` API calls, replacing `google.longrunning.Operation.response` upon success."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cJobOperationResult\u003e`, `IDeepCloneable\u003cJobOperationResult\u003e`, and `IBufferMessage`, and inherits from the base `object` class."],["The `JobResults` property of the `JobOperationResult` class contains a list of job mutation results from batch operations, which can change until the operation is completed, failed, or cancelled."],["The documentation has three available versions for use, the latest being version `3.0.0-beta06`."]]],[]]