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