CloudRunResponse

data class CloudRunResponse(val location: String, val serviceName: String)

Cloud Run service. Learn more at https://cloud.google.com/run.

Constructors

Link copied to clipboard
fun CloudRunResponse(location: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).

Link copied to clipboard

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).