[Obsolete]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 `ReportJob` class in the Google Cloud Channel v1 API represents the result of a `RunReportJob` operation, providing a name for use in `FetchReportResultsRequest` and the operation's status."],["This documentation covers the `ReportJob` class across multiple versions, ranging from version 1.0.0 to the latest version 2.14.0."],["The `ReportJob` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["The `ReportJob` class contains properties like `Name`, `ReportJobName`, and `ReportStatus`, with the name being the resource name of a report job, and `ReportJobName` being the typed view of it, in addition to the status of the job."],["The `ReportJob` class has a default constructor, as well as a constructor that takes in another `ReportJob` object, in order to create a new object based on a previously existing one."]]],[]]