View source: R/cloudscheduler.R
cr_schedule_get | R Documentation |
Gets a scheduler job.
cr_schedule_get(name, region = cr_region_get(), projectId = cr_project_get())
name |
Required - a string or a schedule Job object |
region |
The region to run within |
projectId |
The projectId |
Other Cloud Scheduler functions:
HttpTarget()
,
Job()
,
PubsubTarget()
,
cr_build_schedule_http()
,
cr_run_schedule_http()
,
cr_schedule_delete()
,
cr_schedule_list()
,
cr_schedule_pause()
,
cr_schedule_run()
## Not run: cr_project_set("my-project") cr_region_set("europe-west1") cr_schedule_get("cloud-build-test1") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.