Output only. The name of the Cloud Run Service that is associated with a
Rollout. Format is
projects/{project}/locations/{location}/services/{service}.
Output only. The name of the Cloud Run Service that is associated with a
Rollout. Format is
projects/{project}/locations/{location}/services/{service}.
[[["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-08-07 UTC."],[],[],null,["# Interface CloudRunMetadataOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.CloudRunMetadataOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.CloudRunMetadataOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.CloudRunMetadataOrBuilder) \n\n public interface CloudRunMetadataOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getJob()\n\n public abstract String getJob()\n\nOutput only. The name of the Cloud Run job that is associated with a\n`Rollout`. Format is\n`projects/{project}/locations/{location}/jobs/{job_name}`.\n\n`string job = 4;`\n\n### getJobBytes()\n\n public abstract ByteString getJobBytes()\n\nOutput only. The name of the Cloud Run job that is associated with a\n`Rollout`. Format is\n`projects/{project}/locations/{location}/jobs/{job_name}`.\n\n`string job = 4;`\n\n### getRevision()\n\n public abstract String getRevision()\n\nOutput only. The Cloud Run Revision id associated with a `Rollout`.\n\n`string revision = 3;`\n\n### getRevisionBytes()\n\n public abstract ByteString getRevisionBytes()\n\nOutput only. The Cloud Run Revision id associated with a `Rollout`.\n\n`string revision = 3;`\n\n### getService()\n\n public abstract String getService()\n\nOutput only. The name of the Cloud Run Service that is associated with a\n`Rollout`. Format is\n`projects/{project}/locations/{location}/services/{service}`.\n\n`string service = 1;`\n\n### getServiceBytes()\n\n public abstract ByteString getServiceBytes()\n\nOutput only. The name of the Cloud Run Service that is associated with a\n`Rollout`. Format is\n`projects/{project}/locations/{location}/services/{service}`.\n\n`string service = 1;`\n\n### getServiceUrls(int index)\n\n public abstract String getServiceUrls(int index)\n\nOutput only. The Cloud Run Service urls that are associated with a\n`Rollout`.\n\n`repeated string service_urls = 2;`\n\n### getServiceUrlsBytes(int index)\n\n public abstract ByteString getServiceUrlsBytes(int index)\n\nOutput only. The Cloud Run Service urls that are associated with a\n`Rollout`.\n\n`repeated string service_urls = 2;`\n\n### getServiceUrlsCount()\n\n public abstract int getServiceUrlsCount()\n\nOutput only. The Cloud Run Service urls that are associated with a\n`Rollout`.\n\n`repeated string service_urls = 2;`\n\n### getServiceUrlsList()\n\n public abstract List\u003cString\u003e getServiceUrlsList()\n\nOutput only. The Cloud Run Service urls that are associated with a\n`Rollout`.\n\n`repeated string service_urls = 2;`"]]