chartId = $chartId; } /** * @return int */ public function getChartId() { return $this->chartId; } /** * @param GridCoordinate */ public function setDataSourceFormulaCell(GridCoordinate $dataSourceFormulaCell) { $this->dataSourceFormulaCell = $dataSourceFormulaCell; } /** * @return GridCoordinate */ public function getDataSourceFormulaCell() { return $this->dataSourceFormulaCell; } /** * @param GridCoordinate */ public function setDataSourcePivotTableAnchorCell(GridCoordinate $dataSourcePivotTableAnchorCell) { $this->dataSourcePivotTableAnchorCell = $dataSourcePivotTableAnchorCell; } /** * @return GridCoordinate */ public function getDataSourcePivotTableAnchorCell() { return $this->dataSourcePivotTableAnchorCell; } /** * @param GridCoordinate */ public function setDataSourceTableAnchorCell(GridCoordinate $dataSourceTableAnchorCell) { $this->dataSourceTableAnchorCell = $dataSourceTableAnchorCell; } /** * @return GridCoordinate */ public function getDataSourceTableAnchorCell() { return $this->dataSourceTableAnchorCell; } /** * @param string */ public function setSheetId($sheetId) { $this->sheetId = $sheetId; } /** * @return string */ public function getSheetId() { return $this->sheetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataSourceObjectReference::class, 'Google_Service_Sheets_DataSourceObjectReference');