You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many other fields emitted but just focused on the top level type field as a sample
The autogenerated code have the omit-empty option:
type Entity struct {
....
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
....
}
The text was updated successfully, but these errors were encountered:
Here is a sample message as seen from client from old tooling:
Versus new tooling:
There are many other fields emitted but just focused on the top level type field as a sample
The autogenerated code have the omit-empty option:
The text was updated successfully, but these errors were encountered: