fieldId = $fieldId; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getFieldId() { return $this->fieldId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2RecordKey */ public function setRecordKey(Google_Service_DLP_GooglePrivacyDlpV2RecordKey $recordKey) { $this->recordKey = $recordKey; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RecordKey */ public function getRecordKey() { return $this->recordKey; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2TableLocation */ public function setTableLocation(Google_Service_DLP_GooglePrivacyDlpV2TableLocation $tableLocation) { $this->tableLocation = $tableLocation; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2TableLocation */ public function getTableLocation() { return $this->tableLocation; } }