target.apidocs.com.google.api.services.sql.model.CloneContext.html Maven / Gradle / Ivy
CloneContext (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)
com.google.api.services.sql.model
Class CloneContext
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.sql.model.CloneContext
-
public final class CloneContext
extends GenericJson
Database instance clone context.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
CloneContext()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getBinLogCoordinates
public BinLogCoordinates getBinLogCoordinates()
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned. If not specified, the source instance is cloned up to the most recent binary log
coordinates.
- Returns:
- value or
null
for none
-
setBinLogCoordinates
public CloneContext setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned. If not specified, the source instance is cloned up to the most recent binary log
coordinates.
- Parameters:
binLogCoordinates
- binLogCoordinates or null
for none
-
getDestinationInstanceName
public String getDestinationInstanceName()
Name of the Cloud SQL instance to be created as a clone.
- Returns:
- value or
null
for none
-
setDestinationInstanceName
public CloneContext setDestinationInstanceName(String destinationInstanceName)
Name of the Cloud SQL instance to be created as a clone.
- Parameters:
destinationInstanceName
- destinationInstanceName or null
for none
-
getKind
public String getKind()
This is always *sql#cloneContext*.
- Returns:
- value or
null
for none
-
setKind
public CloneContext setKind(String kind)
This is always *sql#cloneContext*.
- Parameters:
kind
- kind or null
for none
-
getPitrTimestampMs
public Long getPitrTimestampMs()
Reserved for future use.
- Returns:
- value or
null
for none
-
setPitrTimestampMs
public CloneContext setPitrTimestampMs(Long pitrTimestampMs)
Reserved for future use.
- Parameters:
pitrTimestampMs
- pitrTimestampMs or null
for none
-
getPointInTime
public String getPointInTime()
Reserved for future use.
- Returns:
- value or
null
for none
-
setPointInTime
public CloneContext setPointInTime(String pointInTime)
Reserved for future use.
- Parameters:
pointInTime
- pointInTime or null
for none
-
set
public CloneContext set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public CloneContext clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.