path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2CloudStoragePath::class, 'Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath');