getSubjectEvents constant

Spec<GetSubjectEventsRequest, GetSubjectEventsResponse> const getSubjectEvents

Implementation

static const getSubjectEvents = connect.Spec(
  '/$name/GetSubjectEvents',
  connect.StreamType.unary,
  geolocationv1geolocation.GetSubjectEventsRequest.new,
  geolocationv1geolocation.GetSubjectEventsResponse.new,
);