serviceConfigId property
Specifies which version of service config should be used to process the request.
If unspecified or no matching version can be found, the latest one will be used.
Implementation
@$pb.TagNumber(3)
$core.String get serviceConfigId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set serviceConfigId($core.String value) => $_setString(2, value);