name property

  1. @TagNumber(2)
String name

Output only. The resource name of the execute. Format: projects/{project_id}/locations/{location}/executions/{execution_id}

Implementation

@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
  1. @TagNumber(2)
void name=(String v)

Implementation

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