serviceAccount property
Required. Service account to use to execute a task. If not provided, the default Compute service account for the project is used.
Implementation
@$pb.TagNumber(5)
$core.String get serviceAccount => $_getSZ(1);
Implementation
@$pb.TagNumber(5)
set serviceAccount($core.String v) { $_setString(1, v); }