Giter VIP home page Giter VIP logo

Comments (6)

lestrrat avatar lestrrat commented on September 27, 2024

So if we're defining the message type for field like this:

properties:
   Foo:
       properties:
           ....

We probably need to declare something like:

message Outer {
   message FooProperty { ... }
   FooProperty Foo = 1;
}

from openapi2proto.

lestrrat avatar lestrrat commented on September 27, 2024

Actually in protobuf terms that should probably be -Message?

Or maybe prefix all the parent messages?

message Foo {
   message FooBar {
       message FooBarBaz {}
   }
}

from openapi2proto.

lestrrat avatar lestrrat commented on September 27, 2024

Meh, prefixing was a bad idea. -Message seems to do the job

from openapi2proto.

jprobinson avatar jprobinson commented on September 27, 2024

Hey @lestrrat, sorry been a busy morning.

In the current version (I believe) we prepend the parent message type to the child type to ensure unique nested message types. What scenario did you run into where this did not work?

from openapi2proto.

lestrrat avatar lestrrat commented on September 27, 2024

@jprobinson no, as I looked in the code ,the only prepended types were enums. Message types did not have anything like that. :/

from openapi2proto.

jprobinson avatar jprobinson commented on September 27, 2024

I guess that bit got lost somewhere along the way (or I'm just being forgetful, v possible 😅).

Based on your explanations in the other thread, I'm cool with the -Message suffix.

from openapi2proto.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.