requestedOptions = $requestedOptions; } /** * @return GooglePrivacyDlpV2RequestedOptions */ public function getRequestedOptions() { return $this->requestedOptions; } /** * @param GooglePrivacyDlpV2Result */ public function setResult(GooglePrivacyDlpV2Result $result) { $this->result = $result; } /** * @return GooglePrivacyDlpV2Result */ public function getResult() { return $this->result; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2InspectDataSourceDetails::class, 'Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails');