description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * Optional. Complete path relative to server endpoint. Note: Even though this * field is optional, it is required for CreateApiOperation API and we will * fail the request if not provided. * * @param string $path */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1Path::class, 'Google_Service_APIhub_GoogleCloudApihubV1Path');