public final class SqlOutOfDiskReport
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 |
|---|
SqlOutOfDiskReport() |
| Modifier and Type | Method and Description |
|---|---|
SqlOutOfDiskReport |
clone() |
Integer |
getSqlMinRecommendedIncreaseSizeGb()
The minimum recommended increase size in GigaBytes This field is consumed by the frontend *
Writers: * the proactive database wellness job for OOD.
|
String |
getSqlOutOfDiskState()
This field represents the state generated by the proactive database wellness job for OutOfDisk
issues.
|
SqlOutOfDiskReport |
set(String fieldName,
Object value) |
SqlOutOfDiskReport |
setSqlMinRecommendedIncreaseSizeGb(Integer sqlMinRecommendedIncreaseSizeGb)
The minimum recommended increase size in GigaBytes This field is consumed by the frontend *
Writers: * the proactive database wellness job for OOD.
|
SqlOutOfDiskReport |
setSqlOutOfDiskState(String sqlOutOfDiskState)
This field represents the state generated by the proactive database wellness job for OutOfDisk
issues.
|
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 Integer getSqlMinRecommendedIncreaseSizeGb()
null for nonepublic SqlOutOfDiskReport setSqlMinRecommendedIncreaseSizeGb(Integer sqlMinRecommendedIncreaseSizeGb)
sqlMinRecommendedIncreaseSizeGb - sqlMinRecommendedIncreaseSizeGb or null for nonepublic String getSqlOutOfDiskState()
null for nonepublic SqlOutOfDiskReport setSqlOutOfDiskState(String sqlOutOfDiskState)
sqlOutOfDiskState - sqlOutOfDiskState or null for nonepublic SqlOutOfDiskReport set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SqlOutOfDiskReport clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.