config property
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);
Implementation
@$pb.TagNumber(2)
set config(ServiceConfig value) => $_setField(2, value);