Google Cloud Talent Solution v4beta1 API - Class JobOperationResult (3.0.0-beta05)

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.

Inheritance

object > JobOperationResult

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

JobOperationResult()

public JobOperationResult()

JobOperationResult(JobOperationResult)

public JobOperationResult(JobOperationResult other)
Parameter
Name Description
other JobOperationResult

Properties

JobResults

public RepeatedField<JobOperationResult.Types.JobResult> JobResults { get; }

List of job mutation results from a batch mutate operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

Property Value
Type Description
RepeatedFieldJobOperationResultTypesJobResult