ReportingRule
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"alertDetails": string,
"name": string,
"query": string
} |
字段 |
alertDetails |
string (bytes format)
任何其他关联的提醒详细信息,例如 AlertConfiguration。
|
name |
string
规则名称
|
query |
string (bytes format)
提醒规则查询示例查询 query { condition { filter { expectedApplicationId: 777491262838 expectedEventName: "indexable_content_change" filterOp: IN } } conjunctionOperator: OR }
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# ReportingRule\n\n- [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 } |"]]