configId property
Required. The id of the service configuration resource.
This field must be specified for the server to return all fields, including
SourceInfo.
Implementation
@$pb.TagNumber(2)
$core.String get configId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set configId($core.String value) => $_setString(1, value);