cr_run_email: Create an invoker email for use within authenticated Cloud...

View source: R/cloudrun_schedule.R

cr_run_emailR Documentation

Create an invoker email for use within authenticated Cloud Run

Description

Create an invoker email for use within authenticated Cloud Run

Usage

cr_run_email(name, projectId = cr_project_get())

Arguments

name

Name of the Cloud Run service

projectId

The projectId where the Cloud Run service will run - set to NULL to only return the processed service name

See Also

Other Cloud Run functions: cr_jwt_create(), cr_plumber_pubsub(), cr_run_get(), cr_run_list(), cr_run_schedule_http(), cr_run()

Examples


cr_run_email("my-run-app", "my-project")

googleCloudRunner documentation built on March 18, 2022, 8 p.m.