public final class PerformanceCaptureConfig
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 SQL Admin 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 |
|---|
PerformanceCaptureConfig() |
| Modifier and Type | Method and Description |
|---|---|
PerformanceCaptureConfig |
clone() |
Boolean |
getEnabled()
Optional.
|
Integer |
getProbeThreshold()
Optional.
|
Integer |
getProbingIntervalSeconds()
Optional.
|
Integer |
getRunningThreadsThreshold()
Optional.
|
Integer |
getSecondsBehindSourceThreshold()
Optional.
|
Integer |
getTransactionDurationThreshold()
Optional.
|
PerformanceCaptureConfig |
set(String fieldName,
Object value) |
PerformanceCaptureConfig |
setEnabled(Boolean enabled)
Optional.
|
PerformanceCaptureConfig |
setProbeThreshold(Integer probeThreshold)
Optional.
|
PerformanceCaptureConfig |
setProbingIntervalSeconds(Integer probingIntervalSeconds)
Optional.
|
PerformanceCaptureConfig |
setRunningThreadsThreshold(Integer runningThreadsThreshold)
Optional.
|
PerformanceCaptureConfig |
setSecondsBehindSourceThreshold(Integer secondsBehindSourceThreshold)
Optional.
|
PerformanceCaptureConfig |
setTransactionDurationThreshold(Integer transactionDurationThreshold)
Optional.
|
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 Boolean getEnabled()
null for nonepublic PerformanceCaptureConfig setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic Integer getProbeThreshold()
null for nonepublic PerformanceCaptureConfig setProbeThreshold(Integer probeThreshold)
probeThreshold - probeThreshold or null for nonepublic Integer getProbingIntervalSeconds()
null for nonepublic PerformanceCaptureConfig setProbingIntervalSeconds(Integer probingIntervalSeconds)
probingIntervalSeconds - probingIntervalSeconds or null for nonepublic Integer getRunningThreadsThreshold()
null for nonepublic PerformanceCaptureConfig setRunningThreadsThreshold(Integer runningThreadsThreshold)
runningThreadsThreshold - runningThreadsThreshold or null for nonepublic Integer getSecondsBehindSourceThreshold()
null for nonepublic PerformanceCaptureConfig setSecondsBehindSourceThreshold(Integer secondsBehindSourceThreshold)
secondsBehindSourceThreshold - secondsBehindSourceThreshold or null for nonepublic Integer getTransactionDurationThreshold()
null for nonepublic PerformanceCaptureConfig setTransactionDurationThreshold(Integer transactionDurationThreshold)
transactionDurationThreshold - transactionDurationThreshold or null for nonepublic PerformanceCaptureConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PerformanceCaptureConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.