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 Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],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 } |"]]