Optional. The relative path on the Cloud Run service the events should be
sent to.
The value must conform to the definition of a URI path segment (section 3.3
of RFC2396). Examples: "/route", "route", "route/subroute".
Optional. The relative path on the Cloud Run service the events should be
sent to.
The value must conform to the definition of a URI path segment (section 3.3
of RFC2396). Examples: "/route", "route", "route/subroute".
[[["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 CloudRunOrBuilder (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.eventarc.v1.CloudRunOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.eventarc.v1.CloudRunOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.eventarc.v1.CloudRunOrBuilder) \n\n public interface CloudRunOrBuilder 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### getPath()\n\n public abstract String getPath()\n\nOptional. The relative path on the Cloud Run service the events should be\nsent to.\nThe value must conform to the definition of a URI path segment (section 3.3\nof RFC2396). Examples: \"/route\", \"route\", \"route/subroute\".\n\n`string path = 2;`\n\n### getPathBytes()\n\n public abstract ByteString getPathBytes()\n\nOptional. The relative path on the Cloud Run service the events should be\nsent to.\nThe value must conform to the definition of a URI path segment (section 3.3\nof RFC2396). Examples: \"/route\", \"route\", \"route/subroute\".\n\n`string path = 2;`\n\n### getRegion()\n\n public abstract String getRegion()\n\nRequired. The region the Cloud Run service is deployed in.\n\n`string region = 3;`\n\n### getRegionBytes()\n\n public abstract ByteString getRegionBytes()\n\nRequired. The region the Cloud Run service is deployed in.\n\n`string region = 3;`\n\n### getService()\n\n public abstract String getService()\n\nRequired. The name of the Cloud Run service being addressed. See\n\u003chttps://cloud.google.com/run/docs/reference/rest/v1/namespaces.services\u003e.\nOnly services located in the same project as the trigger object\ncan be addressed.\n\n`string service = 1;`\n\n### getServiceBytes()\n\n public abstract ByteString getServiceBytes()\n\nRequired. The name of the Cloud Run service being addressed. See\n\u003chttps://cloud.google.com/run/docs/reference/rest/v1/namespaces.services\u003e.\nOnly services located in the same project as the trigger object\ncan be addressed.\n\n`string service = 1;`"]]