operation property
Logical operation name ("loadModel", "generate", "transcribeStream",
...). Lets clients route on operation without parsing free-text.
Maps roughly onto Dart's function field and C ABI's source_function;
we use the more generic "operation" name because some platforms (C++,
Swift) symbolicate the function name from the stack frame instead.
Implementation
@$pb.TagNumber(4)
$core.String get operation => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set operation($core.String value) => $_setString(3, value);