getNearbySubjects constant
Spec<GetNearbySubjectsRequest, GetNearbySubjectsResponse>
const getNearbySubjects
Implementation
static const getNearbySubjects = connect.Spec(
'/$name/GetNearbySubjects',
connect.StreamType.unary,
geolocationv1geolocation.GetNearbySubjectsRequest.new,
geolocationv1geolocation.GetNearbySubjectsResponse.new,
);