pythonSettings property

  1. @TagNumber.new(24)
PythonSettings get pythonSettings

Settings for Python client libraries.

Implementation

@$pb.TagNumber(24)
PythonSettings get pythonSettings => $_getN(6);
  1. @TagNumber.new(24)
set pythonSettings (PythonSettings value)

Implementation

@$pb.TagNumber(24)
set pythonSettings(PythonSettings value) => $_setField(24, value);