configmanagement = $configmanagement; } /** * @return ConfigManagementMembershipSpec */ public function getConfigmanagement() { return $this->configmanagement; } /** * @param ServiceMeshMembershipSpec */ public function setMesh(ServiceMeshMembershipSpec $mesh) { $this->mesh = $mesh; } /** * @return ServiceMeshMembershipSpec */ public function getMesh() { return $this->mesh; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MembershipFeatureSpec::class, 'Google_Service_GKEHub_MembershipFeatureSpec');