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 `ReportJob` class in the Cloud Channel v1 API is 2.14.0, while the current page focuses on version 2.8.0."],["`ReportJob` is a class within the `Google.Cloud.Channel.V1` namespace, used for handling report generation operations in the Cloud Channel API."],["This `ReportJob` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReportJob` class has properties such as `Name`, `ReportJobName`, and `ReportStatus`, which are used to manage the report job's identification, typed resource name, and current status."],["The `ReportJob` class has a constructor that takes another `ReportJob` object, for the purpose of copying its contents."]]],[]]