CloudRunMetadataResponse

data class CloudRunMetadataResponse(val revision: String, val service: String, val serviceUrls: List<String>)

CloudRunMetadata contains information from a Cloud Run deployment.

Constructors

Link copied to clipboard
fun CloudRunMetadataResponse(revision: String, service: String, serviceUrls: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud Run Revision id associated with a Rollout.

Link copied to clipboard

The name of the Cloud Run Service that is associated with a Rollout. Format is projects/{project}/locations/{location}/services/{service}.

Link copied to clipboard

The Cloud Run Service urls that are associated with a Rollout.