getAreaSubjects constant

Spec<GetAreaSubjectsRequest, GetAreaSubjectsResponse> const getAreaSubjects

Implementation

static const getAreaSubjects = connect.Spec(
  '/$name/GetAreaSubjects',
  connect.StreamType.unary,
  geolocationv1geolocation.GetAreaSubjectsRequest.new,
  geolocationv1geolocation.GetAreaSubjectsResponse.new,
);