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