getTrack constant

Spec<GetTrackRequest, GetTrackResponse> const getTrack

Implementation

static const getTrack = connect.Spec(
  '/$name/GetTrack',
  connect.StreamType.unary,
  geolocationv1geolocation.GetTrackRequest.new,
  geolocationv1geolocation.GetTrackResponse.new,
);