public final class SqlScheduledMaintenance
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 |
|---|
SqlScheduledMaintenance() |
| Modifier and Type | Method and Description |
|---|---|
SqlScheduledMaintenance |
clone() |
Boolean |
getCanDefer() |
Boolean |
getCanReschedule()
If the scheduled maintenance can be rescheduled.
|
String |
getScheduleDeadlineTime()
Maintenance cannot be rescheduled to start beyond this deadline.
|
String |
getStartTime()
The start time of any upcoming scheduled maintenance for this instance.
|
SqlScheduledMaintenance |
set(String fieldName,
Object value) |
SqlScheduledMaintenance |
setCanDefer(Boolean canDefer) |
SqlScheduledMaintenance |
setCanReschedule(Boolean canReschedule)
If the scheduled maintenance can be rescheduled.
|
SqlScheduledMaintenance |
setScheduleDeadlineTime(String scheduleDeadlineTime)
Maintenance cannot be rescheduled to start beyond this deadline.
|
SqlScheduledMaintenance |
setStartTime(String startTime)
The start time of any upcoming scheduled maintenance for this instance.
|
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 getCanDefer()
null for nonepublic SqlScheduledMaintenance setCanDefer(Boolean canDefer)
canDefer - canDefer or null for nonepublic Boolean getCanReschedule()
null for nonepublic SqlScheduledMaintenance setCanReschedule(Boolean canReschedule)
canReschedule - canReschedule or null for nonepublic String getScheduleDeadlineTime()
null for nonepublic SqlScheduledMaintenance setScheduleDeadlineTime(String scheduleDeadlineTime)
scheduleDeadlineTime - scheduleDeadlineTime or null for nonepublic String getStartTime()
null for nonepublic SqlScheduledMaintenance setStartTime(String startTime)
startTime - startTime or null for nonepublic SqlScheduledMaintenance set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SqlScheduledMaintenance clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.