workflow property

  1. @TagNumber(4)
String get workflow

The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: projects/{project}/locations/{location}/workflows/{workflow}

Implementation

@$pb.TagNumber(4)
$core.String get workflow => $_getSZ(3);
  1. @TagNumber(4)
set workflow (String v)

Implementation

@$pb.TagNumber(4)
set workflow($core.String v) { $_setString(3, v); }