class BatchUpdateValuesResponse extends Collection (View source)

Properties

protected $collection_key
protected $responsesType
protected $responsesDataType
string $spreadsheetId
int $totalUpdatedCells
int $totalUpdatedColumns
int $totalUpdatedRows
int $totalUpdatedSheets

Methods

setResponses($responses)

No description

getResponses()

No description

setSpreadsheetId($spreadsheetId)

No description

string
getSpreadsheetId()

No description

setTotalUpdatedCells($totalUpdatedCells)

No description

int
getTotalUpdatedCells()

No description

setTotalUpdatedColumns($totalUpdatedColumns)

No description

int
getTotalUpdatedColumns()

No description

setTotalUpdatedRows($totalUpdatedRows)

No description

int
getTotalUpdatedRows()

No description

setTotalUpdatedSheets($totalUpdatedSheets)

No description

int
getTotalUpdatedSheets()

No description

Details

setResponses($responses)

No description

Parameters

$responses

UpdateValuesResponse[] getResponses()

No description

Return Value

UpdateValuesResponse[]

setSpreadsheetId($spreadsheetId)

No description

Parameters

$spreadsheetId

string getSpreadsheetId()

No description

Return Value

string

setTotalUpdatedCells($totalUpdatedCells)

No description

Parameters

$totalUpdatedCells

int getTotalUpdatedCells()

No description

Return Value

int

setTotalUpdatedColumns($totalUpdatedColumns)

No description

Parameters

$totalUpdatedColumns

int getTotalUpdatedColumns()

No description

Return Value

int

setTotalUpdatedRows($totalUpdatedRows)

No description

Parameters

$totalUpdatedRows

int getTotalUpdatedRows()

No description

Return Value

int

setTotalUpdatedSheets($totalUpdatedSheets)

No description

Parameters

$totalUpdatedSheets

int getTotalUpdatedSheets()

No description

Return Value

int