type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ReportErrorsServiceServer

5 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		report_errors_service.pb.go#L496: type ReportErrorsServiceServer interface {
		report_errors_service.pb.go#L517: func RegisterReportErrorsServiceServer(s *grpc.Server, srv ReportErrorsServiceServer) {
		report_errors_service.pb.go#L527: 		return srv.(ReportErrorsServiceServer).ReportErrorEvent(ctx, in)
		report_errors_service.pb.go#L534: 		return srv.(ReportErrorsServiceServer).ReportErrorEvent(ctx, req.(*ReportErrorEventRequest))
		report_errors_service.pb.go#L541: 	HandlerType: (*ReportErrorsServiceServer)(nil),