Skip to content

Support field numbers and reserved fields #461

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions