cr_run_get {googleCloudRunner} | R Documentation |
Get information about a Cloud Run service.
Description
Get information about a Cloud Run service.
Usage
cr_run_get(name, projectId = cr_project_get())
Arguments
name |
The name of the service to retrieve |
projectId |
The projectId to get from |
Details
This returns details on a particular deployed Cloud Run service.
See Also
Google Documentation on namespaces.services.get
Other Cloud Run functions:
cr_jwt_create()
,
cr_plumber_pubsub()
,
cr_run_email()
,
cr_run_list()
,
cr_run_schedule_http()
,
cr_run()
[Package googleCloudRunner version 0.5.0 Index]