Google Apps Script API
    Preparing search index...
    interface TabledataCollection {
        insertAll(
            resource: TableDataInsertAllRequest,
            projectId: string,
            datasetId: string,
            tableId: string,
        ): TableDataInsertAllResponse;
        list(projectId: string, datasetId: string, tableId: string): TableDataList;
        list(
            projectId: string,
            datasetId: string,
            tableId: string,
            optionalArgs: object,
        ): TableDataList;
    }
    Index

    Methods