All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.BatchUpdateValuesByDataFilterResponse.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240423-2.0.0
Show newest version






BatchUpdateValuesByDataFilterResponse (Google Sheets API v4-rev20230526-2.0.0)












com.google.api.services.sheets.v4.model

Class BatchUpdateValuesByDataFilterResponse

    • Constructor Detail

      • BatchUpdateValuesByDataFilterResponse

        public BatchUpdateValuesByDataFilterResponse()
    • Method Detail

      • getSpreadsheetId

        public String getSpreadsheetId()
        The spreadsheet the updates were applied to.
        Returns:
        value or null for none
      • getTotalUpdatedCells

        public Integer getTotalUpdatedCells()
        The total number of cells updated.
        Returns:
        value or null for none
      • setTotalUpdatedCells

        public BatchUpdateValuesByDataFilterResponse setTotalUpdatedCells(Integer totalUpdatedCells)
        The total number of cells updated.
        Parameters:
        totalUpdatedCells - totalUpdatedCells or null for none
      • getTotalUpdatedColumns

        public Integer getTotalUpdatedColumns()
        The total number of columns where at least one cell in the column was updated.
        Returns:
        value or null for none
      • setTotalUpdatedColumns

        public BatchUpdateValuesByDataFilterResponse setTotalUpdatedColumns(Integer totalUpdatedColumns)
        The total number of columns where at least one cell in the column was updated.
        Parameters:
        totalUpdatedColumns - totalUpdatedColumns or null for none
      • getTotalUpdatedRows

        public Integer getTotalUpdatedRows()
        The total number of rows where at least one cell in the row was updated.
        Returns:
        value or null for none
      • setTotalUpdatedRows

        public BatchUpdateValuesByDataFilterResponse setTotalUpdatedRows(Integer totalUpdatedRows)
        The total number of rows where at least one cell in the row was updated.
        Parameters:
        totalUpdatedRows - totalUpdatedRows or null for none
      • getTotalUpdatedSheets

        public Integer getTotalUpdatedSheets()
        The total number of sheets where at least one cell in the sheet was updated.
        Returns:
        value or null for none
      • setTotalUpdatedSheets

        public BatchUpdateValuesByDataFilterResponse setTotalUpdatedSheets(Integer totalUpdatedSheets)
        The total number of sheets where at least one cell in the sheet was updated.
        Parameters:
        totalUpdatedSheets - totalUpdatedSheets or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy