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

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

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






BatchUpdateValuesRequest (Google Sheets API v4-rev20240319-2.0.0)












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

Class BatchUpdateValuesRequest

    • Constructor Detail

      • BatchUpdateValuesRequest

        public BatchUpdateValuesRequest()
    • Method Detail

      • getData

        public List<ValueRange> getData()
        The new values to apply to the spreadsheet.
        Returns:
        value or null for none
      • getIncludeValuesInResponse

        public Boolean getIncludeValuesInResponse()
        Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. The `updatedData` field within each of the BatchUpdateValuesResponse.responses contains the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).
        Returns:
        value or null for none
      • setIncludeValuesInResponse

        public BatchUpdateValuesRequest setIncludeValuesInResponse(Boolean includeValuesInResponse)
        Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. The `updatedData` field within each of the BatchUpdateValuesResponse.responses contains the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns).
        Parameters:
        includeValuesInResponse - includeValuesInResponse or null for none
      • getResponseDateTimeRenderOption

        public String getResponseDateTimeRenderOption()
        Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
        Returns:
        value or null for none
      • setResponseDateTimeRenderOption

        public BatchUpdateValuesRequest setResponseDateTimeRenderOption(String responseDateTimeRenderOption)
        Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER.
        Parameters:
        responseDateTimeRenderOption - responseDateTimeRenderOption or null for none
      • getResponseValueRenderOption

        public String getResponseValueRenderOption()
        Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
        Returns:
        value or null for none
      • setResponseValueRenderOption

        public BatchUpdateValuesRequest setResponseValueRenderOption(String responseValueRenderOption)
        Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE.
        Parameters:
        responseValueRenderOption - responseValueRenderOption or null for none
      • getValueInputOption

        public String getValueInputOption()
        How the input data should be interpreted.
        Returns:
        value or null for none
      • setValueInputOption

        public BatchUpdateValuesRequest setValueInputOption(String valueInputOption)
        How the input data should be interpreted.
        Parameters:
        valueInputOption - valueInputOption or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy