Class BatchDeleteJobsResponse (1.0.0)

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

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

Inheritance

System.Object > BatchDeleteJobsResponse

Implements

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

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

BatchDeleteJobsResponse()

public BatchDeleteJobsResponse()

BatchDeleteJobsResponse(BatchDeleteJobsResponse)

public BatchDeleteJobsResponse(BatchDeleteJobsResponse other)
Parameter
NameDescription
otherBatchDeleteJobsResponse

Properties

JobResults

public RepeatedField<JobResult> JobResults { get; }

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

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<JobResult>