x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaVertex::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaVertex');