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-03-21 UTC."],[[["This documentation is for the `JobOperationResult` class within the Google Cloud Talent Solution v4beta1 API, specifically version 3.0.0-beta05."],["`JobOperationResult` is the result of batch operations like `JobService.BatchCreateJobs` or `JobService.BatchUpdateJobs` APIs, replacing `google.longrunning.Operation.response`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a `JobResults` property, which is a list of job mutation results that can change until the operation is completed, failed, or cancelled."],["There are three different versions of the documentation accessible, `3.0.0-beta06 (latest)`, `3.0.0-beta05`, and `2.0.0-beta07`."]]],[]]