The builder for scheduled functions, which are powered by Google Pub/Sub and Cloud Scheduler. Describes the Cloud Scheduler job that is deployed to trigger a scheduled function at the provided frequency. For more information, see [Schedule functions](/docs/functions/schedule-functions).Access via functions.pubsub.schedule().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-24 UTC."],[],[],null,["Functions\n\nClasses\n\npubsub.schedule()\n\nRegisters a Cloud Function to run at specified times.\n\n**Signature:** \n\n export declare function schedule(schedule: string): ScheduleBuilder;\n\nParameters\n\n**Returns:**\n\n[ScheduleBuilder](./firebase-functions.pubsub.schedulebuilder.md#pubsubschedulebuilder_class)\n\nScheduleBuilder interface.\n\npubsub.topic()\n\nRegisters a Cloud Function triggered when a Google Cloud Pub/Sub message is sent to a specified topic.\n\n**Signature:** \n\n export declare function topic(topic: string): TopicBuilder;\n\nParameters\n\n**Returns:**\n\n[TopicBuilder](./firebase-functions.pubsub.topicbuilder.md#pubsubtopicbuilder_class)\n\nPub/Sub topic builder interface."]]