fieldId = $fieldId; } /** * @return GooglePrivacyDlpV2FieldId */ public function getFieldId() { return $this->fieldId; } /** * @param GooglePrivacyDlpV2RecordKey */ public function setRecordKey(GooglePrivacyDlpV2RecordKey $recordKey) { $this->recordKey = $recordKey; } /** * @return GooglePrivacyDlpV2RecordKey */ public function getRecordKey() { return $this->recordKey; } /** * @param GooglePrivacyDlpV2TableLocation */ public function setTableLocation(GooglePrivacyDlpV2TableLocation $tableLocation) { $this->tableLocation = $tableLocation; } /** * @return GooglePrivacyDlpV2TableLocation */ public function getTableLocation() { return $this->tableLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RecordLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2RecordLocation');