def setup()

in flex-templates/python/regional_dlp_transform/bigquery_dlp_bigquery.py [0:0]


    def setup(self):
        if self.client is None:
            self.client = dlp_v2.DlpServiceClient()
        self.params = {
            'timeout': self.timeout,
            'parent': "projects/{}/locations/{}".format(
                self.project,
                self.location
            )
        }
        self.params.update(self.config)