[protobuf] Question about google.protobuf.FieldMask in update operations

2019-08-28 Thread Shouichi Kamiya
The following block is the excerpt from google.protobuf.FieldMask. // # Field Masks in Update Operations // // A field mask in update operations specifies which fields of the // targeted resource are going to be updated. The API is required // to only change the values of the fields as specified

[protobuf] Re: Protobuf keyword list.

2019-08-28 Thread Michael W Powell
On Wednesday, August 28, 2019 at 5:28:38 AM UTC-4, Simon Su wrote: > > Hi all , I want to know all the keywords in .proto file, Is there a > keyword list about this ? > Depends what you are talking about? As in a descriptor view of the .proto file? v2:

[protobuf] Protobuf keyword list.

2019-08-28 Thread Sydney Acksman
There's a protobuf-grammar repo with an open PR for a context-free grammar. You could probably use that to get a list of keywords. You can find it here: https://github.com/ObsidianMinor/protobuf-grammar/blob/0bc288b63405bad84202be670b03d169a148fdee/spec/grammar.ebnf -- You received this

[protobuf] Protobuf keyword list.

2019-08-28 Thread Simon Su
Hi all , I want to know all the keywords in .proto file, Is there a keyword list about this ? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to