public final class CloudSqlConnectionProfile extends 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 Database Migration API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CloudSqlConnectionProfile() |
| Modifier and Type | Method and Description |
|---|---|
CloudSqlConnectionProfile |
clone() |
String |
getCloudSqlId()
Output only.
|
String |
getPrivateIp()
Output only.
|
String |
getPublicIp()
Output only.
|
CloudSqlSettings |
getSettings()
Immutable.
|
CloudSqlConnectionProfile |
set(String fieldName,
Object value) |
CloudSqlConnectionProfile |
setCloudSqlId(String cloudSqlId)
Output only.
|
CloudSqlConnectionProfile |
setPrivateIp(String privateIp)
Output only.
|
CloudSqlConnectionProfile |
setPublicIp(String publicIp)
Output only.
|
CloudSqlConnectionProfile |
setSettings(CloudSqlSettings settings)
Immutable.
|
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 String getCloudSqlId()
null for nonepublic CloudSqlConnectionProfile setCloudSqlId(String cloudSqlId)
cloudSqlId - cloudSqlId or null for nonepublic String getPrivateIp()
null for nonepublic CloudSqlConnectionProfile setPrivateIp(String privateIp)
privateIp - privateIp or null for nonepublic String getPublicIp()
null for nonepublic CloudSqlConnectionProfile setPublicIp(String publicIp)
publicIp - publicIp or null for nonepublic CloudSqlSettings getSettings()
null for nonepublic CloudSqlConnectionProfile setSettings(CloudSqlSettings settings)
settings - settings or null for nonepublic CloudSqlConnectionProfile set(String fieldName, Object value)
set in class GenericJsonpublic CloudSqlConnectionProfile clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.