ReportingRule
Stay organized with collections
Save and categorize content based on your preferences.
Alerts from Reporting Rules configured by Admin.
JSON representation |
{
"alertDetails": string,
"name": string,
"query": string
} |
Fields |
alertDetails |
string (bytes format)
Any other associated alert details, for example, AlertConfiguration.
|
name |
string
Rule name
|
query |
string (bytes format)
Alert Rule query Sample Query query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: "indexable_content_change" filterOp: IN } } conjunctionOperator: OR }
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAlerts from Reporting Rules configured by Admin.\n\n| JSON representation |\n|---------------------------------------------------------------------|\n| ``` { \"alertDetails\": string, \"name\": string, \"query\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `alertDetails` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Any other associated alert details, for example, AlertConfiguration. |\n| `name` | `string` Rule name |\n| `query` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` Alert Rule query Sample Query query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: \"indexable_content_change\" filterOp: IN } } conjunctionOperator: OR } |"]]