metadata = $metadata; } /** * @return GeostoreFieldMetadataProto */ public function getMetadata() { return $this->metadata; } /** * @param Proto2BridgeMessageSet */ public function setTemporaryData(Proto2BridgeMessageSet $temporaryData) { $this->temporaryData = $temporaryData; } /** * @return Proto2BridgeMessageSet */ public function getTemporaryData() { return $this->temporaryData; } /** * @param GeostorePointProto[] */ public function setVertex($vertex) { $this->vertex = $vertex; } /** * @return GeostorePointProto[] */ public function getVertex() { return $this->vertex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePolyLineProto::class, 'Google_Service_Contentwarehouse_GeostorePolyLineProto');