grpcService property
Required. Name of the service to match against. If unspecified, will match all services.
Implementation
@$pb.TagNumber(2)
$core.String get grpcService => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set grpcService($core.String v) {
$_setString(1, v);
}