InsightsServiceBase constructor

InsightsServiceBase()

Implementation

InsightsServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.GetDataRequest, $0.GetDataResponse>(
      'GetData',
      getData_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetDataRequest.fromBuffer(value),
      ($0.GetDataResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.GetSummaryRequest, $0.GetSummaryResponse>(
      'GetSummary',
      getSummary_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetSummaryRequest.fromBuffer(value),
      ($0.GetSummaryResponse value) => value.writeToBuffer()));
}