Google Apps Script API
    Preparing search index...

    Access and modify existing data source. To create a data source table with new data source, see DataSourceTable.

    interface DataSource {
        getSpec(): DataSourceSpec;
        updateSpec(spec: DataSourceSpec): DataSource;
    }
    Index

    Methods