path property
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".
Implementation
@$pb.TagNumber(2)
$core.String get path => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set path($core.String v) { $_setString(1, v); }