requestedOptions = $requestedOptions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions */ public function getRequestedOptions() { return $this->requestedOptions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Result */ public function setResult(Google_Service_DLP_GooglePrivacyDlpV2Result $result) { $this->result = $result; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Result */ public function getResult() { return $this->result; } }