I have the following:
message Configuration
{
required LogInfo logInfo = 1;
required ApmCfg apmCfg = 2;
repeated Rail rail = 3;
required TriggerInfo triggerInfo = 4;
}
I have an object of type Configuration, but I do not see any setter
for logInfo, apmCfg or triggerInfo or a way to access those members,
just a way to read them.
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.