columnProfile = $columnProfile; } /** * @return GooglePrivacyDlpV2ColumnDataProfile */ public function getColumnProfile() { return $this->columnProfile; } /** * @param GooglePrivacyDlpV2FileStoreDataProfile */ public function setFileStoreProfile(GooglePrivacyDlpV2FileStoreDataProfile $fileStoreProfile) { $this->fileStoreProfile = $fileStoreProfile; } /** * @return GooglePrivacyDlpV2FileStoreDataProfile */ public function getFileStoreProfile() { return $this->fileStoreProfile; } /** * @param GooglePrivacyDlpV2TableDataProfile */ public function setTableProfile(GooglePrivacyDlpV2TableDataProfile $tableProfile) { $this->tableProfile = $tableProfile; } /** * @return GooglePrivacyDlpV2TableDataProfile */ public function getTableProfile() { return $this->tableProfile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DataProfileBigQueryRowSchema::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileBigQueryRowSchema');