public sealed class BatchCreateJobsResponse : IMessage<BatchCreateJobsResponse>, IEquatable<BatchCreateJobsResponse>, IDeepCloneable<BatchCreateJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchCreateJobsResponse.
The 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version of the `BatchCreateJobsResponse` is 2.7.0, as shown by the provided content."],["`BatchCreateJobsResponse` is a class within the Google Cloud Talent Solution v4 API, specifically designed for handling the results of batch job creation operations."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages."],["The `JobResults` property of `BatchCreateJobsResponse` contains a list of `JobResult` objects, offering insights into the outcomes of the job creation process."],["`BatchCreateJobsResponse` is used to replace the `google.longrunning.Operation.response` in the case of a success in the JobService.BatchCreateJobs operation."]]],[]]