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-05-19 UTC."],[[["\u003cp\u003eThe content outlines the structure of a report, detailing its JSON representation, which includes the report's name, display name, columns, and description.\u003c/p\u003e\n"],["\u003cp\u003eEach report contains a set of columns, identified by \u003ccode\u003ecolumnId\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, and \u003ccode\u003edataType\u003c/code\u003e, where the \u003ccode\u003ecolumnId\u003c/code\u003e is a unique identifier usable in report filters, and the \u003ccode\u003edataType\u003c/code\u003e specifies the format of the values in the column.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edataType\u003c/code\u003e field defines the format of data within a column, with options such as \u003ccode\u003eSTRING\u003c/code\u003e, \u003ccode\u003eINT\u003c/code\u003e, \u003ccode\u003eDECIMAL\u003c/code\u003e, \u003ccode\u003eMONEY\u003c/code\u003e, \u003ccode\u003eDATE\u003c/code\u003e, and \u003ccode\u003eDATE_TIME\u003c/code\u003e, which correspond to different value types in the report data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e field within a report object is mandatory and consists of a string which is the resource name of a report, and follows a pattern of \u003ccode\u003eaccounts/{account_id}/reports/{report_id}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Report\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Column](#Column)\n - [JSON representation](#Column.SCHEMA_REPRESENTATION)\n- [DataType](#DataType)\n\n| This item is deprecated!\nThe ID and description of a report that was used to generate report data. For example, \"Google Cloud Daily Spend\", \"Google Workspace License Activity\", etc.\n\nColumn\n------\n\n| This item is deprecated!\nThe definition of a report column. Specifies the data properties in the corresponding position of the report rows.\n\nDataType\n--------\n\nAvailable data types for columns. Corresponds to the fields in the ReportValue `oneof` field."]]