CloudRunMetadata

CloudRunMetadata contains information from a Cloud Run deployment.

JSON representation
{
  "service": string,
  "serviceUrls": [
    string
  ],
  "revision": string,
  "job": string
}
Fields
service

string

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

serviceUrls[]

string

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

revision

string

Output only. The Cloud Run Revision id associated with a Rollout.

job

string

Output only. The name of the Cloud Run job that is associated with a Rollout. Format is projects/{project}/locations/{location}/jobs/{jobName}.