pointIndices = $pointIndices; } /** * @return int[] */ public function getPointIndices() { return $this->pointIndices; } /** * @param GeostorePointWithHeightProto[] */ public function setPoints($points) { $this->points = $points; } /** * @return GeostorePointWithHeightProto[] */ public function getPoints() { return $this->points; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreThreeDimensionalModelProto::class, 'Google_Service_Contentwarehouse_GeostoreThreeDimensionalModelProto');