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