path property

  1. @TagNumber(2)
String path

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);
  1. @TagNumber(2)
void path=(String v)

Implementation

@$pb.TagNumber(2)
set path($core.String v) { $_setString(1, v); }