diff --git a/orca/service.go b/orca/service.go index 07da569754b..7816dcc1eca 100644 --- a/orca/service.go +++ b/orca/service.go @@ -112,7 +112,7 @@ func Register(s *grpc.Server, opts ServiceOptions) (*Service, error) { // negative or is less than the configured minimum (via // ServiceOptions.MinReportingInterval), the latter is used. Else the value from // the incoming request is used. -func (s *Service) determineReportingInterval(req *v3orcaservicegrpc.OrcaLoadReportRequest) time.Duration { +func (s *Service) determineReportingInterval(req *v3orcaservicepb.OrcaLoadReportRequest) time.Duration { if req.GetReportInterval() == nil { return s.minReportingInterval }