config property

  1. @TagNumber.new(2)
ServiceConfig get config

The service configuration of the available service. Some fields may be filtered out of the configuration in responses to the ListServices method. These fields are present only in responses to the GetService method.

Implementation

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

Implementation

@$pb.TagNumber(2)
set config(ServiceConfig value) => $_setField(2, value);