Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ReportingRule |
ReportingRule.clone() |
ReportingRule |
ReportingRule.encodeAlertDetails(byte[] alertDetails)
Any other associated alert details, for example, AlertConfiguration.
|
ReportingRule |
ReportingRule.encodeQuery(byte[] query)
Alert Rule query Sample Query query { condition { filter { expected_application_id:
777491262838 expected_event_name: "indexable_content_change" filter_op: IN } }
conjunction_operator: OR }
|
ReportingRule |
ReportingRule.set(String fieldName,
Object value) |
ReportingRule |
ReportingRule.setAlertDetails(String alertDetails)
Any other associated alert details, for example, AlertConfiguration.
|
ReportingRule |
ReportingRule.setName(String name)
Rule name
|
ReportingRule |
ReportingRule.setQuery(String query)
Alert Rule query Sample Query query { condition { filter { expected_application_id:
777491262838 expected_event_name: "indexable_content_change" filter_op: IN } }
conjunction_operator: OR }
|
Copyright © 2011–2024 Google. All rights reserved.