Class BatchUpdateJobsResponse (1.0.0)

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.

Inheritance

System.Object > BatchUpdateJobsResponse

Implements

Google.Protobuf.IMessage<BatchUpdateJobsResponse>, System.IEquatable<BatchUpdateJobsResponse>, Google.Protobuf.IDeepCloneable<BatchUpdateJobsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.Collections.RepeatedField<JobResult>