| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
CloneContext |
CloneContext.clone() |
CloneContext |
InstancesCloneRequest.getCloneContext()
Contains details about the clone operation.
|
CloneContext |
CloneContext.set(String fieldName,
Object value) |
CloneContext |
CloneContext.setBinLogCoordinates(BinLogCoordinates binLogCoordinates)
Binary log coordinates, if specified, identify the position up to which the source instance
should be cloned.
|
CloneContext |
CloneContext.setDestinationInstanceName(String destinationInstanceName)
Name of the Cloud SQL instance to be created as a clone.
|
CloneContext |
CloneContext.setKind(String kind)
This is always sql#cloneContext.
|
CloneContext |
CloneContext.setPitrTimestampMs(Long pitrTimestampMs)
Reserved for future use.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesCloneRequest |
InstancesCloneRequest.setCloneContext(CloneContext cloneContext)
Contains details about the clone operation.
|
Copyright © 2011–2019 Google. All rights reserved.