customTag = $customTag; } public function getCustomTag() { return $this->customTag; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } }