| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
SqlCondition |
SqlCondition.clone() |
SqlCondition |
Condition.getConditionSql()
A condition that periodically evaluates a SQL query result.
|
SqlCondition |
SqlCondition.set(String fieldName,
Object value) |
SqlCondition |
SqlCondition.setBooleanTest(BooleanTest booleanTest)
Test the boolean value in the indicated column.
|
SqlCondition |
SqlCondition.setDaily(Daily daily)
Schedule the query to execute every so many days.
|
SqlCondition |
SqlCondition.setHourly(Hourly hourly)
Schedule the query to execute every so many hours.
|
SqlCondition |
SqlCondition.setMinutes(Minutes minutes)
Schedule the query to execute every so many minutes.
|
SqlCondition |
SqlCondition.setQuery(String query)
Required.
|
SqlCondition |
SqlCondition.setRowCountTest(RowCountTest rowCountTest)
Test the row count against a threshold.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.setConditionSql(SqlCondition conditionSql)
A condition that periodically evaluates a SQL query result.
|
Copyright © 2011–2025 Google. All rights reserved.