Google Cloud Talent Solution v4 API - Class BatchUpdateJobsResponse (2.5.0)

public sealed class BatchUpdateJobsResponse : IMessage<BatchUpdateJobsResponse>, IEquatable<BatchUpdateJobsResponse>, IDeepCloneable<BatchUpdateJobsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchUpdateJobsResponse.

The result of [JobService.BatchUpdateJobs][google.cloud.talent.v4.JobService.BatchUpdateJobs]. It's used to replace [google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.

Inheritance

object > BatchUpdateJobsResponse

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

BatchUpdateJobsResponse()

public BatchUpdateJobsResponse()

BatchUpdateJobsResponse(BatchUpdateJobsResponse)

public BatchUpdateJobsResponse(BatchUpdateJobsResponse other)
Parameter
NameDescription
otherBatchUpdateJobsResponse

Properties

JobResults

public RepeatedField<JobResult> JobResults { get; }

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

Property Value
TypeDescription
RepeatedFieldJobResult