[Obsolete]public sealed class Report:IMessage<Report>, IEquatable<Report>, IDeepCloneable<Report>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class Report.
The ID and description of a report that was used to generate report data.
For example, "Google Cloud Daily Spend", "Google Workspace License Activity",
etc.
Required. The report's resource name. Specifies the account and report used
to generate report data. The report_id identifier is a UID (for example,
613bf59q).
Name uses the format:
accounts/{account_id}/reports/{report_id}
[[["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-06-16 UTC."],[[["The latest version available for the Google Cloud Channel v1 API class Report is 2.14.0, with several previous versions listed for reference, going back to version 1.0.0."],["The Report class is used to generate report data, identified by an ID and description, such as \"Google Cloud Daily Spend\" or \"Google Workspace License Activity,\" and is a sealed public class."],["The Report class includes properties like Columns, Description, DisplayName, and Name, which provide details about the report's schema, a general overview, a user-friendly name, and its resource identifier, respectively."],["The Report class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, enabling various functionalities such as message processing, comparison, deep cloning, and buffering."],["The resource name, accessible through the `Name` property, follows a specific format: accounts/{account_id}/reports/{report_id}, and the `ReportName` property offers a typed view over this resource name."]]],[]]