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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-26 UTC."],[[["CloudRunMetadata provides details about a Cloud Run deployment, including service, URLs, revision, and job information."],["The `service` field indicates the associated Cloud Run Service name, following a specific format."],["`serviceUrls[]` lists the URLs linked to the Cloud Run Service within a `Rollout`."],["The `revision` field specifies the Cloud Run Revision ID related to a `Rollout`."],["The `job` field denotes the associated Cloud Run job name, also adhering to a defined format."]]],[]]