Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DataSourceTable |
DataSourceTable.clone() |
DataSourceTable |
CellData.getDataSourceTable()
A data source table anchored at this cell.
|
DataSourceTable |
DataSourceTable.set(String fieldName,
Object value) |
DataSourceTable |
DataSourceTable.setColumns(List<DataSourceColumnReference> columns)
Columns selected for the data source table.
|
DataSourceTable |
DataSourceTable.setColumnSelectionType(String columnSelectionType)
The type to select columns for the data source table.
|
DataSourceTable |
DataSourceTable.setDataExecutionStatus(DataExecutionStatus dataExecutionStatus)
Output only.
|
DataSourceTable |
DataSourceTable.setDataSourceId(String dataSourceId)
The ID of the data source the data source table is associated with.
|
DataSourceTable |
DataSourceTable.setFilterSpecs(List<FilterSpec> filterSpecs)
Filter specifications in the data source table.
|
DataSourceTable |
DataSourceTable.setRowLimit(Integer rowLimit)
The limit of rows to return.
|
DataSourceTable |
DataSourceTable.setSortSpecs(List<SortSpec> sortSpecs)
Sort specifications in the data source table.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setDataSourceTable(DataSourceTable dataSourceTable)
A data source table anchored at this cell.
|
Copyright © 2011–2024 Google. All rights reserved.