[protobuf] Re: FieldMasks in Python?

2018-04-19 Thread 'Jie Luo' via Protocol Buffers
Yes, sample tests: https://github.com/google/protobuf/blob/master/python/google/protobuf/internal/well_known_types_test.py#L356 implementation: https://github.com/google/protobuf/blob/master/python/google/protobuf/internal/well_known_types.py#L398 Note: you do not need to import well_known_types.

[protobuf] FieldMasks in Python?

2018-04-19 Thread trashpandacoots
The Python Documentation here mentions the use of FieldMasks in Python. Has this been implemented? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.