public function repeated($name, $type, $number, $type_name = null) { $this->descriptor ->addField($this->getFieldDescriptor($name, GPBLabel::REPEATED, $type, $number, $type_name)); return $this; }