public final class InstanceReference
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 |
|---|
InstanceReference() |
| Modifier and Type | Method and Description |
|---|---|
InstanceReference |
clone() |
String |
getName()
The name of the Cloud SQL instance being referenced.
|
String |
getProject()
The project ID of the Cloud SQL instance being referenced.
|
String |
getRegion()
The region of the Cloud SQL instance being referenced.
|
InstanceReference |
set(String fieldName,
Object value) |
InstanceReference |
setName(String name)
The name of the Cloud SQL instance being referenced.
|
InstanceReference |
setProject(String project)
The project ID of the Cloud SQL instance being referenced.
|
InstanceReference |
setRegion(String region)
The region of the Cloud SQL instance being referenced.
|
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 getName()
null for nonepublic InstanceReference setName(String name)
name - name or null for nonepublic String getProject()
null for nonepublic InstanceReference setProject(String project)
project - project or null for nonepublic String getRegion()
null for nonepublic InstanceReference setRegion(String region)
region - region or null for nonepublic InstanceReference set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceReference clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.