public sealed class BatchCreateJobsResponse : IMessage<BatchCreateJobsResponse>, IEquatable<BatchCreateJobsResponse>, IDeepCloneable<BatchCreateJobsResponse>, IBufferMessage, IMessageThe result of [JobService.BatchCreateJobs][google.cloud.talent.v4.JobService.BatchCreateJobs]. It's used to replace [google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.
Inheritance
System.Object > BatchCreateJobsResponseImplements
Google.Protobuf.IMessage<BatchCreateJobsResponse>, System.IEquatable<BatchCreateJobsResponse>, Google.Protobuf.IDeepCloneable<BatchCreateJobsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
BatchCreateJobsResponse()
public BatchCreateJobsResponse()BatchCreateJobsResponse(BatchCreateJobsResponse)
public BatchCreateJobsResponse(BatchCreateJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchCreateJobsResponse |
Properties
JobResults
public RepeatedField<JobResult> JobResults { get; }List of job mutation results from a batch create operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<JobResult> |
|