public final class GeminiInstanceConfig
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 |
|---|
GeminiInstanceConfig() |
| Modifier and Type | Method and Description |
|---|---|
GeminiInstanceConfig |
clone() |
Boolean |
getActiveQueryEnabled()
Output only.
|
Boolean |
getEntitled()
Output only.
|
Boolean |
getFlagRecommenderEnabled()
Output only.
|
Boolean |
getGoogleVacuumMgmtEnabled()
Output only.
|
Boolean |
getIndexAdvisorEnabled()
Output only.
|
Boolean |
getOomSessionCancelEnabled()
Output only.
|
GeminiInstanceConfig |
set(String fieldName,
Object value) |
GeminiInstanceConfig |
setActiveQueryEnabled(Boolean activeQueryEnabled)
Output only.
|
GeminiInstanceConfig |
setEntitled(Boolean entitled)
Output only.
|
GeminiInstanceConfig |
setFlagRecommenderEnabled(Boolean flagRecommenderEnabled)
Output only.
|
GeminiInstanceConfig |
setGoogleVacuumMgmtEnabled(Boolean googleVacuumMgmtEnabled)
Output only.
|
GeminiInstanceConfig |
setIndexAdvisorEnabled(Boolean indexAdvisorEnabled)
Output only.
|
GeminiInstanceConfig |
setOomSessionCancelEnabled(Boolean oomSessionCancelEnabled)
Output only.
|
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 getActiveQueryEnabled()
null for nonepublic GeminiInstanceConfig setActiveQueryEnabled(Boolean activeQueryEnabled)
activeQueryEnabled - activeQueryEnabled or null for nonepublic Boolean getEntitled()
null for nonepublic GeminiInstanceConfig setEntitled(Boolean entitled)
entitled - entitled or null for nonepublic Boolean getFlagRecommenderEnabled()
null for nonepublic GeminiInstanceConfig setFlagRecommenderEnabled(Boolean flagRecommenderEnabled)
flagRecommenderEnabled - flagRecommenderEnabled or null for nonepublic Boolean getGoogleVacuumMgmtEnabled()
null for nonepublic GeminiInstanceConfig setGoogleVacuumMgmtEnabled(Boolean googleVacuumMgmtEnabled)
googleVacuumMgmtEnabled - googleVacuumMgmtEnabled or null for nonepublic Boolean getIndexAdvisorEnabled()
null for nonepublic GeminiInstanceConfig setIndexAdvisorEnabled(Boolean indexAdvisorEnabled)
indexAdvisorEnabled - indexAdvisorEnabled or null for nonepublic Boolean getOomSessionCancelEnabled()
null for nonepublic GeminiInstanceConfig setOomSessionCancelEnabled(Boolean oomSessionCancelEnabled)
oomSessionCancelEnabled - oomSessionCancelEnabled or null for nonepublic GeminiInstanceConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GeminiInstanceConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.