ingestLocations constant

Spec<IngestLocationsRequest, IngestLocationsResponse> const ingestLocations

Implementation

static const ingestLocations = connect.Spec(
  '/$name/IngestLocations',
  connect.StreamType.unary,
  geolocationv1geolocation.IngestLocationsRequest.new,
  geolocationv1geolocation.IngestLocationsResponse.new,
);