type property

  1. @TagNumber(5)
FieldDescriptorProto_Type type

If type_name is set, this need not be set. If both this and type_name are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.

Implementation

@$pb.TagNumber(5)
FieldDescriptorProto_Type get type => $_getN(4);
  1. @TagNumber(5)
void type=(FieldDescriptorProto_Type v)

Implementation

@$pb.TagNumber(5)
set type(FieldDescriptorProto_Type v) { setField(5, v); }