methodSettings property

  1. @TagNumber.new(2)
PbList<MethodSettings> get methodSettings

A list of API method settings, e.g. the behavior for methods that use the long-running operation pattern.

Implementation

@$pb.TagNumber(2)
$pb.PbList<MethodSettings> get methodSettings => $_getList(0);