scheduler.ScheduleFunction interface

Typ funkcji w Cloud Functions dla aktywatorów harmonogramu.

Podpis:

export interface ScheduleFunction extends HttpsFunction 

Rozszerza: HttpsFunction

Właściwości

Właściwość Typ Opis
__requiredAPI ManifestWymaganyAPI[]

Metody

Metoda Opis
run(dane)

Scheduler.ScheduleFunction.__requiredAPIs

Podpis:

__requiredAPIs?: ManifestRequiredAPI[];

Scheduler.ScheduleFunction.run()

Podpis:

run(data: ScheduledEvent): void | Promise<void>;

Parametry

Parametr Typ Opis
dane Zaplanowane zdarzenie

Zwroty:

nieważna | Obietnica<void>