public sealed class JobOperationResult.Types.JobResult : IMessage<JobOperationResult.Types.JobResult>, IEquatable<JobOperationResult.Types.JobResult>, IDeepCloneable<JobOperationResult.Types.JobResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobOperationResult.Types.JobResult.
Here [Job][google.cloud.talent.v4beta1.Job] only contains basic
information including [name][google.cloud.talent.v4beta1.Job.name],
[company][google.cloud.talent.v4beta1.Job.company],
[language_code][google.cloud.talent.v4beta1.Job.language_code] and
[requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], use
getJob method to retrieve detailed information of the created/updated
job.
The status of the job processed. This field is populated if the
processing of the
[job][google.cloud.talent.v4beta1.JobOperationResult.JobResult.job]
fails.
[[["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 document provides reference documentation for the `JobOperationResult.Types.JobResult` class within the Google Cloud Talent Solution v4beta1 API."],["The `JobOperationResult.Types.JobResult` class represents the mutation result of a job and inherits from `object`, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `JobResult()` and `JobResult(JobOperationResult.Types.JobResult other)`, for creating new instances."],["It contains two properties: `Job`, which holds basic information about the job, and `Status`, which indicates the processing status of the job."],["The documentation also shows the latest and previous versions of the `JobOperationResult.Types.JobResult` class, with the latest version being `3.0.0-beta06` and previous `3.0.0-beta05`, `2.0.0-beta07`."]]],[]]