public sealed class RunReportJobResponse : IMessage<RunReportJobResponse>, IEquatable<RunReportJobResponse>, IDeepCloneable<RunReportJobResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class RunReportJobResponse.
Response message for
[CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].
Pass report_job.name to
[FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job]
to retrieve the report's results.
public ReportResultsMetadata ReportMetadata { get; set; }
The metadata for the report's results (display name, columns, row count,
and date range). If you view this before the operation finishes,
you may see incomplete data.
[[["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."],[[["This document provides reference documentation for the `RunReportJobResponse` class within the Google Cloud Channel v1 API, specifically within the .NET environment."],["The `RunReportJobResponse` class is designed as a response message for the `CloudChannelReportsService.RunReportJob` operation, allowing one to have a job that can be run and get the results."],["This document details the implementation of the `RunReportJobResponse` class, showcasing that it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It also documents the constructors and properties, such as `ReportJob` and `ReportMetadata`, of the `RunReportJobResponse` class, showing how one can use them."],["There are multiple versions of the `RunReportJobResponse` available, ranging from version 1.0.0 to the latest version 2.14.0."]]],[]]