location = $location; } /** * @return GooglePrivacyDlpV2DiscoveryStartingLocation */ public function getLocation() { return $this->location; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2OrgConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2OrgConfig');