/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SQLAdmin
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/CloneContext.php (2000B)
binLogCoordinates = $binLogCoordinates;
}
/**
* @return Google_Service_SQLAdmin_BinLogCoordinates
*/
public function getBinLogCoordinates()
{
return $this->binLogCoordinates;
}
public function setDestinationInstanceName($destinationInstanceName)
{
$this->destinationInstanceName = $destinationInstanceName;
}
public function getDestinationInstanceName()
{
return $this->destinationInstanceName;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setPitrTimestampMs($pitrTimestampMs)
{
$this->pitrTimestampMs = $pitrTimestampMs;
}
public function getPitrTimestampMs()
{
return $this->pitrTimestampMs;
}
public function setPointInTime($pointInTime)
{
$this->pointInTime = $pointInTime;
}
public function getPointInTime()
{
return $this->pointInTime;
}
}