entity property

  1. @TagNumber(100)
String entity

Immutable. The Dataplex entity that represents the data source (e.g. BigQuery table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Implementation

@$pb.TagNumber(100)
$core.String get entity => $_getSZ(0);
  1. @TagNumber(100)
void entity=(String v)

Implementation

@$pb.TagNumber(100)
set entity($core.String v) { $_setString(0, v); }