serviceAccount property
The email address of a service account to use when running the execution.
You must have the iam.serviceAccounts.actAs permission for the specified
service account.
Implementation
@$pb.TagNumber(10)
$core.String get serviceAccount => $_getSZ(9);
Implementation
@$pb.TagNumber(10)
set serviceAccount($core.String v) {
$_setString(9, v);
}