public final class SqlCondition
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlCondition() |
| Modifier and Type | Method and Description |
|---|---|
SqlCondition |
clone() |
BooleanTest |
getBooleanTest()
Test the boolean value in the indicated column.
|
Daily |
getDaily()
Schedule the query to execute every so many days.
|
Hourly |
getHourly()
Schedule the query to execute every so many hours.
|
Minutes |
getMinutes()
Schedule the query to execute every so many minutes.
|
String |
getQuery()
Required.
|
RowCountTest |
getRowCountTest()
Test the row count against a threshold.
|
SqlCondition |
set(String fieldName,
Object value) |
SqlCondition |
setBooleanTest(BooleanTest booleanTest)
Test the boolean value in the indicated column.
|
SqlCondition |
setDaily(Daily daily)
Schedule the query to execute every so many days.
|
SqlCondition |
setHourly(Hourly hourly)
Schedule the query to execute every so many hours.
|
SqlCondition |
setMinutes(Minutes minutes)
Schedule the query to execute every so many minutes.
|
SqlCondition |
setQuery(String query)
Required.
|
SqlCondition |
setRowCountTest(RowCountTest rowCountTest)
Test the row count against a threshold.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BooleanTest getBooleanTest()
null for nonepublic SqlCondition setBooleanTest(BooleanTest booleanTest)
booleanTest - booleanTest or null for nonepublic Daily getDaily()
null for nonepublic SqlCondition setDaily(Daily daily)
daily - daily or null for nonepublic Hourly getHourly()
null for nonepublic SqlCondition setHourly(Hourly hourly)
hourly - hourly or null for nonepublic Minutes getMinutes()
null for nonepublic SqlCondition setMinutes(Minutes minutes)
minutes - minutes or null for nonepublic String getQuery()
null for nonepublic SqlCondition setQuery(String query)
query - query or null for nonepublic RowCountTest getRowCountTest()
null for nonepublic SqlCondition setRowCountTest(RowCountTest rowCountTest)
rowCountTest - rowCountTest or null for nonepublic SqlCondition set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SqlCondition clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.