Google Apps Script API
    Preparing search index...
    interface RealtimeCollection {
        get(fileId: string): void;
        get(fileId: string, optionalArgs: Record<string, any>): void;
        update(fileId: string): void;
        update(fileId: string, mediaData: any): void;
        update(
            fileId: string,
            mediaData: any,
            optionalArgs: Record<string, any>,
        ): void;
    }
    Index

    Methods

    Methods