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 provided content details the `ReportJob` class within the Google Cloud Channel v1 API, showing versioning from 1.0.0 to the latest 2.14.0."],["The `ReportJob` class, found in the `Google.Cloud.Channel.V1` namespace, is a representation of the result of a `RunReportJob` operation and is used to get the status of the operation."],["This class inherits properties and methods from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing interaction with the object in different contexts."],["The `ReportJob` class has key properties like `Name` (resource name in format `accounts/{account_id}/reportJobs/{report_job_id}`), `ReportJobName` (a typed view over the `Name`), and `ReportStatus` (current report generation status)."],["There are multiple available versions for the class which are compatible with different systems, and are linked from the documentation, with the 2.14.0 version being the latest one."]]],[]]