project property
Optional. The project in which jobs are run. By default, the project
containing the Lake is used. If a project is provided, the
google.cloud.dataplex.v1.Task.ExecutionSpec.service_account
must belong to this project.
Implementation
@$pb.TagNumber(7)
$core.String get project => $_getSZ(2);
Implementation
@$pb.TagNumber(7)
set project($core.String v) { $_setString(2, v); }