Skip to content

Support field numbers and reserved fields #461

@erikwilson

Description

@erikwilson

It would be helpful if we could support field numbers and reserved field definitions when converting to / from proto.

For example:

message Request {
    reserved 2;
    reserved "second";

    string first = 1;
    string third = 3;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions