project property

  1. @TagNumber.new(7)
String get project

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);
  1. @TagNumber.new(7)
set project (String v)

Implementation

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