google.protobuf.FieldDescriptorProto.Label */ class FieldDescriptorProto_Label { /** *
* 0 is reserved for errors ** *
LABEL_OPTIONAL = 1;
*/
const LABEL_OPTIONAL = 1;
/**
* LABEL_REQUIRED = 2;
*/
const LABEL_REQUIRED = 2;
/**
* LABEL_REPEATED = 3;
*/
const LABEL_REPEATED = 3;
}