| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
BinLogCoordinates |
BinLogCoordinates.clone() |
BinLogCoordinates |
CloneContext.getBinLogCoordinates()
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned.
|
BinLogCoordinates |
BinLogCoordinates.set(String fieldName,
Object value) |
BinLogCoordinates |
BinLogCoordinates.setBinLogFileName(String binLogFileName)
Name of the binary log file for a Cloud SQL instance.
|
BinLogCoordinates |
BinLogCoordinates.setBinLogPosition(Long binLogPosition)
Position (offset) within the binary log file.
|
BinLogCoordinates |
BinLogCoordinates.setKind(String kind)
This is always *sql#binLogCoordinates*.
|
| Modifier and Type | Method and Description |
|---|---|
CloneContext |
CloneContext.setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
Binary log coordinates, if specified, identify the position up to which the source instance is
cloned.
|
Copyright © 2011–2021 Google. All rights reserved.