dataSourceSchedules = $dataSourceSchedules;
}
/**
* @return DataSourceRefreshSchedule[]
*/
public function getDataSourceSchedules()
{
return $this->dataSourceSchedules;
}
/**
* @param DataSource[]
*/
public function setDataSources($dataSources)
{
$this->dataSources = $dataSources;
}
/**
* @return DataSource[]
*/
public function getDataSources()
{
return $this->dataSources;
}
/**
* @param DeveloperMetadata[]
*/
public function setDeveloperMetadata($developerMetadata)
{
$this->developerMetadata = $developerMetadata;
}
/**
* @return DeveloperMetadata[]
*/
public function getDeveloperMetadata()
{
return $this->developerMetadata;
}
/**
* @param NamedRange[]
*/
public function setNamedRanges($namedRanges)
{
$this->namedRanges = $namedRanges;
}
/**
* @return NamedRange[]
*/
public function getNamedRanges()
{
return $this->namedRanges;
}
/**
* @param SpreadsheetProperties
*/
public function setProperties(SpreadsheetProperties $properties)
{
$this->properties = $properties;
}
/**
* @return SpreadsheetProperties
*/
public function getProperties()
{
return $this->properties;
}
/**
* @param Sheet[]
*/
public function setSheets($sheets)
{
$this->sheets = $sheets;
}
/**
* @return Sheet[]
*/
public function getSheets()
{
return $this->sheets;
}
/**
* @param string
*/
public function setSpreadsheetId($spreadsheetId)
{
$this->spreadsheetId = $spreadsheetId;
}
/**
* @return string
*/
public function getSpreadsheetId()
{
return $this->spreadsheetId;
}
/**
* @param string
*/
public function setSpreadsheetUrl($spreadsheetUrl)
{
$this->spreadsheetUrl = $spreadsheetUrl;
}
/**
* @return string
*/
public function getSpreadsheetUrl()
{
return $this->spreadsheetUrl;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Spreadsheet::class, 'Google_Service_Sheets_Spreadsheet');