public sealed class BatchUpdateJobsResponse : IMessage<BatchUpdateJobsResponse>, IEquatable<BatchUpdateJobsResponse>, IDeepCloneable<BatchUpdateJobsResponse>, IBufferMessage, IMessage
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.
Implements
IMessage<BatchUpdateJobsResponse>, IEquatable<BatchUpdateJobsResponse>, IDeepCloneable<BatchUpdateJobsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
BatchUpdateJobsResponse()
public BatchUpdateJobsResponse()
BatchUpdateJobsResponse(BatchUpdateJobsResponse)
public BatchUpdateJobsResponse(BatchUpdateJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchUpdateJobsResponse |
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 | |
---|---|
Type | Description |
RepeatedField<JobResult> |