allocatedIpRange = $allocatedIpRange; } /** * @return string */ public function getAllocatedIpRange() { return $this->allocatedIpRange; } /** * @param BinLogCoordinates */ public function setBinLogCoordinates(BinLogCoordinates $binLogCoordinates) { $this->binLogCoordinates = $binLogCoordinates; } /** * @return BinLogCoordinates */ public function getBinLogCoordinates() { return $this->binLogCoordinates; } /** * @param string */ public function setDestinationInstanceName($destinationInstanceName) { $this->destinationInstanceName = $destinationInstanceName; } /** * @return string */ public function getDestinationInstanceName() { return $this->destinationInstanceName; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setPitrTimestampMs($pitrTimestampMs) { $this->pitrTimestampMs = $pitrTimestampMs; } /** * @return string */ public function getPitrTimestampMs() { return $this->pitrTimestampMs; } /** * @param string */ public function setPointInTime($pointInTime) { $this->pointInTime = $pointInTime; } /** * @return string */ public function getPointInTime() { return $this->pointInTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloneContext::class, 'Google_Service_SQLAdmin_CloneContext');