Generated from protobuf field <code>optional .google.protobuf.FieldDescriptorProto.Label label = 4;</code>
int $var:
$this
public function setLabel($var) { GPBUtil::checkEnum($var, \Google\Protobuf\Internal\FieldDescriptorProto\Label::class); $this->label = $var; return $this; }