configSource property

  1. @TagNumber.new(2)
ConfigSource get configSource

Required. The source configuration for the service.

Implementation

@$pb.TagNumber(2)
$1.ConfigSource get configSource => $_getN(1);
  1. @TagNumber.new(2)
set configSource (ConfigSource value)

Implementation

@$pb.TagNumber(2)
set configSource($1.ConfigSource value) => $_setField(2, value);