public final class CloneContext 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 Cloud SQL Admin 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 |
|---|
CloneContext() |
| Modifier and Type | Method and Description |
|---|---|
CloneContext |
clone() |
BinLogCoordinates |
getBinLogCoordinates()
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned.
|
String |
getDestinationInstanceName()
Name of the Cloud SQL instance to be created as a clone.
|
String |
getKind()
This is always *sql#cloneContext*.
|
Long |
getPitrTimestampMs()
Reserved for future use.
|
String |
getPointInTime()
Reserved for future use.
|
CloneContext |
set(String fieldName,
Object value) |
CloneContext |
setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned.
|
CloneContext |
setDestinationInstanceName(String destinationInstanceName)
Name of the Cloud SQL instance to be created as a clone.
|
CloneContext |
setKind(String kind)
This is always *sql#cloneContext*.
|
CloneContext |
setPitrTimestampMs(Long pitrTimestampMs)
Reserved for future use.
|
CloneContext |
setPointInTime(String pointInTime)
Reserved for future use.
|
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 BinLogCoordinates getBinLogCoordinates()
null for nonepublic CloneContext setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
binLogCoordinates - binLogCoordinates or null for nonepublic String getDestinationInstanceName()
null for nonepublic CloneContext setDestinationInstanceName(String destinationInstanceName)
destinationInstanceName - destinationInstanceName or null for nonepublic String getKind()
null for nonepublic CloneContext setKind(String kind)
kind - kind or null for nonepublic Long getPitrTimestampMs()
null for nonepublic CloneContext setPitrTimestampMs(Long pitrTimestampMs)
pitrTimestampMs - pitrTimestampMs or null for nonepublic String getPointInTime()
null for nonepublic CloneContext setPointInTime(String pointInTime)
pointInTime - pointInTime or null for nonepublic CloneContext set(String fieldName, Object value)
set in class GenericJsonpublic CloneContext clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.