Comment update

This commit is contained in:
Uwe Seimet 2021-12-18 13:13:06 +01:00
parent d1a9c40745
commit 67c958ed37

View File

@ -161,6 +161,7 @@ enum PbOperation {
// The operation parameter meta data. The parameter data type is provided by the protobuf API.
message PbOperationParameter {
// The operation name at the time the protobuf data were generated from the .proto interface file
string name = 1;
// Optional short localized description, key is the lower case locale (e.g. en, de).
// Falling back to "en" is recommended if a description for a particular language is missing.