Re: [protobuf] Extra dot in descriptor data (protoc java)

2022-01-25 Thread 'Venkat Duddu' via Protocol Buffers
2 AM UTC-8 marc.g...@gmail.com >> wrote: >> >>> IIRC, the leading dot means that the name is absolute rather than >>> relative. I'm not sure it represents an error. >>> >>> On Wed, 22 Dec 2021, 19:00 'Venkat Duddu' via Protocol Buffers, < >>&g

Re: [protobuf] Extra dot in descriptor data (protoc java)

2021-12-22 Thread 'Venkat Duddu' via Protocol Buffers
, December 22, 2021 at 11:18:12 AM UTC-8 marc.g...@gmail.com wrote: > IIRC, the leading dot means that the name is absolute rather than > relative. I'm not sure it represents an error. > > On Wed, 22 Dec 2021, 19:00 'Venkat Duddu' via Protocol Buffers, < > prot...@googlegroups.c

[protobuf] Extra dot in descriptor data (protoc java)

2021-12-22 Thread 'Venkat Duddu' via Protocol Buffers
We are seeing extra dot for external referenced variables in descriptorData in the generated java class for a given Message. *Message Definition* syntax = "proto3"; package com.chegg; import "google/protobuf/struct.proto"; message OneGraphRequest { string operation_name = 1;