Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.clone() |
DataSource |
UpdateDataSourceResponse.getDataSource()
The updated data source.
|
DataSource |
AddDataSourceResponse.getDataSource()
The data source that was created.
|
DataSource |
UpdateDataSourceRequest.getDataSource()
The data source to update.
|
DataSource |
AddDataSourceRequest.getDataSource()
The data source to add.
|
DataSource |
DataSource.set(String fieldName,
Object value) |
DataSource |
DataSource.setCalculatedColumns(List<DataSourceColumn> calculatedColumns)
All calculated columns in the data source.
|
DataSource |
DataSource.setDataSourceId(String dataSourceId)
The spreadsheet-scoped unique ID that identifies the data source.
|
DataSource |
DataSource.setSheetId(Integer sheetId)
The ID of the Sheet connected with the data source.
|
DataSource |
DataSource.setSpec(DataSourceSpec spec)
The DataSourceSpec for the data source connected with this spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
Spreadsheet.getDataSources()
A list of external data sources connected with the spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
UpdateDataSourceResponse |
UpdateDataSourceResponse.setDataSource(DataSource dataSource)
The updated data source.
|
AddDataSourceResponse |
AddDataSourceResponse.setDataSource(DataSource dataSource)
The data source that was created.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.setDataSource(DataSource dataSource)
The data source to update.
|
AddDataSourceRequest |
AddDataSourceRequest.setDataSource(DataSource dataSource)
The data source to add.
|
Modifier and Type | Method and Description |
---|---|
Spreadsheet |
Spreadsheet.setDataSources(List<DataSource> dataSources)
A list of external data sources connected with the spreadsheet.
|
Copyright © 2011–2024 Google. All rights reserved.