field = $field; } /** * @return GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param GooglePrivacyDlpV2BigQueryTable */ public function setTable(GooglePrivacyDlpV2BigQueryTable $table) { $this->table = $table; } /** * @return GooglePrivacyDlpV2BigQueryTable */ public function getTable() { return $this->table; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2BigQueryField::class, 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryField');