Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DataSourceSpec |
DataSourceSpec.clone() |
DataSourceSpec |
DataSource.getSpec()
The DataSourceSpec for the data source connected with this spreadsheet.
|
DataSourceSpec |
DataSourceSpec.set(String fieldName,
Object value) |
DataSourceSpec |
DataSourceSpec.setBigQuery(BigQueryDataSourceSpec bigQuery)
A BigQueryDataSourceSpec.
|
DataSourceSpec |
DataSourceSpec.setLooker(LookerDataSourceSpec looker)
A LookerDatasourceSpec.
|
DataSourceSpec |
DataSourceSpec.setParameters(List<DataSourceParameter> parameters)
The parameters of the data source, used when querying the data source.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
DataSource.setSpec(DataSourceSpec spec)
The DataSourceSpec for the data source connected with this spreadsheet.
|
Copyright © 2011–2024 Google. All rights reserved.