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; } /** * @param Google_Service_DLP_GoogleProtobufEmpty */ public function setInferred(Google_Service_DLP_GoogleProtobufEmpty $inferred) { $this->inferred = $inferred; } /** * @return Google_Service_DLP_GoogleProtobufEmpty */ public function getInferred() { return $this->inferred; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } }