Google Apps Script API
    Preparing search index...

    Access the existing BigQuery data source specification. To create a new data source specification, use SpreadsheetApp.newDataSourceSpec().

    interface BigQueryDataSourceSpec {
        copy(): DataSourceSpecBuilder;
        getParameters(): DataSourceParameter[];
        getProjectId(): string;
        getRawQuery(): string;
        getType(): DataSourceType;
    }
    Index

    Methods