documentationUrl = $documentationUrl; } /** * @return string */ public function getDocumentationUrl() { return $this->documentationUrl; } /** * @param string */ public function setLevel($level) { $this->level = $level; } /** * @return string */ public function getLevel() { return $this->level; } /** * @param ServiceMeshType */ public function setType(ServiceMeshType $type) { $this->type = $type; } /** * @return ServiceMeshType */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceMeshAnalysisMessageBase::class, 'Google_Service_GKEHub_ServiceMeshAnalysisMessageBase');