public sealed class ReportJob : IMessage<ReportJob>, IEquatable<ReportJob>, IDeepCloneable<ReportJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ReportJob.
The result of a [RunReportJob][] operation. Contains the name to use in
[FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job]
and the status of the operation.
[[["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-03-21 UTC."],[[["The latest version available for the Cloud Channel v1 API class ReportJob is 2.14.0, with several previous versions listed ranging from 2.13.0 down to 1.0.0."],["The `ReportJob` class represents the result of a `RunReportJob` operation and contains information such as the report job's name and its status, and uses a string resource name following the format: `accounts/{account_id}/reportJobs/{report_job_id}`."],["The `ReportJob` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in the API's message handling and data management."],["The class has properties such as `Name`, `ReportJobName`, and `ReportStatus` providing details about the job, the resource name, and its current generation status, respectively."]]],[]]