responses = $responses;
}
/**
* @return UpdateValuesResponse[]
*/
public function getResponses()
{
return $this->responses;
}
/**
* @param string
*/
public function setSpreadsheetId($spreadsheetId)
{
$this->spreadsheetId = $spreadsheetId;
}
/**
* @return string
*/
public function getSpreadsheetId()
{
return $this->spreadsheetId;
}
/**
* @param int
*/
public function setTotalUpdatedCells($totalUpdatedCells)
{
$this->totalUpdatedCells = $totalUpdatedCells;
}
/**
* @return int
*/
public function getTotalUpdatedCells()
{
return $this->totalUpdatedCells;
}
/**
* @param int
*/
public function setTotalUpdatedColumns($totalUpdatedColumns)
{
$this->totalUpdatedColumns = $totalUpdatedColumns;
}
/**
* @return int
*/
public function getTotalUpdatedColumns()
{
return $this->totalUpdatedColumns;
}
/**
* @param int
*/
public function setTotalUpdatedRows($totalUpdatedRows)
{
$this->totalUpdatedRows = $totalUpdatedRows;
}
/**
* @return int
*/
public function getTotalUpdatedRows()
{
return $this->totalUpdatedRows;
}
/**
* @param int
*/
public function setTotalUpdatedSheets($totalUpdatedSheets)
{
$this->totalUpdatedSheets = $totalUpdatedSheets;
}
/**
* @return int
*/
public function getTotalUpdatedSheets()
{
return $this->totalUpdatedSheets;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchUpdateValuesResponse::class, 'Google_Service_Sheets_BatchUpdateValuesResponse');