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

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

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






UpdateDimensionPropertiesRequest (Google Sheets API v4-rev20240319-2.0.0)












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

Class UpdateDimensionPropertiesRequest

    • Constructor Detail

      • UpdateDimensionPropertiesRequest

        public UpdateDimensionPropertiesRequest()
    • Method Detail

      • getDataSourceSheetRange

        public DataSourceSheetDimensionRange getDataSourceSheetRange()
        The columns on a data source sheet to update.
        Returns:
        value or null for none
      • getFields

        public String getFields()
        The fields that should be updated. At least one field must be specified. The root `properties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field.
        Returns:
        value or null for none
      • setFields

        public UpdateDimensionPropertiesRequest setFields(String fields)
        The fields that should be updated. At least one field must be specified. The root `properties` is implied and should not be specified. A single `"*"` can be used as short-hand for listing every field.
        Parameters:
        fields - fields or null for none
      • getProperties

        public DimensionProperties getProperties()
        Properties to update.
        Returns:
        value or null for none
      • getRange

        public DimensionRange getRange()
        The rows or columns to update.
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy