name property
Output only. TaskGroup name. The system generates this field based on parent Job name. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01".
Implementation
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set name($core.String v) { $_setString(0, v); }