dataSourceId = $dataSourceId;
}
/**
* @return string
*/
public function getDataSourceId()
{
return $this->dataSourceId;
}
/**
* @param bool
*/
public function setForce($force)
{
$this->force = $force;
}
/**
* @return bool
*/
public function getForce()
{
return $this->force;
}
/**
* @param bool
*/
public function setIsAll($isAll)
{
$this->isAll = $isAll;
}
/**
* @return bool
*/
public function getIsAll()
{
return $this->isAll;
}
/**
* @param DataSourceObjectReferences
*/
public function setReferences(DataSourceObjectReferences $references)
{
$this->references = $references;
}
/**
* @return DataSourceObjectReferences
*/
public function getReferences()
{
return $this->references;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RefreshDataSourceRequest::class, 'Google_Service_Sheets_RefreshDataSourceRequest');