customTag = $customTag; } /** * @return string */ public function getCustomTag() { return $this->customTag; } /** * @param GooglePrivacyDlpV2FieldId */ public function setField(GooglePrivacyDlpV2FieldId $field) { $this->field = $field; } /** * @return GooglePrivacyDlpV2FieldId */ public function getField() { return $this->field; } /** * @param GoogleProtobufEmpty */ public function setInferred(GoogleProtobufEmpty $inferred) { $this->inferred = $inferred; } /** * @return GoogleProtobufEmpty */ public function getInferred() { return $this->inferred; } /** * @param GooglePrivacyDlpV2InfoType */ public function setInfoType(GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2QuasiId::class, 'Google_Service_DLP_GooglePrivacyDlpV2QuasiId');