public final class ListBackupsResponse
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 |
|---|
ListBackupsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListBackupsResponse |
clone() |
List<Backup> |
getBackups()
A list of backups.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
List<ApiWarning> |
getWarnings()
If a region isn't unavailable or if an unknown error occurs, then a warning message is
returned.
|
ListBackupsResponse |
set(String fieldName,
Object value) |
ListBackupsResponse |
setBackups(List<Backup> backups)
A list of backups.
|
ListBackupsResponse |
setNextPageToken(String nextPageToken)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListBackupsResponse |
setWarnings(List<ApiWarning> warnings)
If a region isn't unavailable or if an unknown error occurs, then a warning message is
returned.
|
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 ListBackupsResponse setBackups(List<Backup> backups)
backups - backups or null for nonepublic String getNextPageToken()
null for nonepublic ListBackupsResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<ApiWarning> getWarnings()
null for nonepublic ListBackupsResponse setWarnings(List<ApiWarning> warnings)
warnings - warnings or null for nonepublic ListBackupsResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ListBackupsResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.