operation property

  1. @TagNumber.new(4)
String get operation

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);
  1. @TagNumber.new(4)
set operation (String value)

Implementation

@$pb.TagNumber(4)
set operation($core.String value) => $_setString(3, value);