public final class BinLogCoordinates 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 |
|---|
BinLogCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
BinLogCoordinates |
clone() |
String |
getBinLogFileName()
Name of the binary log file for a Cloud SQL instance.
|
Long |
getBinLogPosition()
Position (offset) within the binary log file.
|
String |
getKind()
This is always *sql#binLogCoordinates*.
|
BinLogCoordinates |
set(String fieldName,
Object value) |
BinLogCoordinates |
setBinLogFileName(String binLogFileName)
Name of the binary log file for a Cloud SQL instance.
|
BinLogCoordinates |
setBinLogPosition(Long binLogPosition)
Position (offset) within the binary log file.
|
BinLogCoordinates |
setKind(String kind)
This is always *sql#binLogCoordinates*.
|
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 getBinLogFileName()
null for nonepublic BinLogCoordinates setBinLogFileName(String binLogFileName)
binLogFileName - binLogFileName or null for nonepublic Long getBinLogPosition()
null for nonepublic BinLogCoordinates setBinLogPosition(Long binLogPosition)
binLogPosition - binLogPosition or null for nonepublic String getKind()
null for nonepublic BinLogCoordinates setKind(String kind)
kind - kind or null for nonepublic BinLogCoordinates set(String fieldName, Object value)
set in class GenericJsonpublic BinLogCoordinates clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.