endpointFilter = $endpointFilter; } /** * @return string */ public function getEndpointFilter() { return $this->endpointFilter; } /** * @param int */ public function setMaxEndpoints($maxEndpoints) { $this->maxEndpoints = $maxEndpoints; } /** * @return int */ public function getMaxEndpoints() { return $this->maxEndpoints; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResolveServiceRequest::class, 'Google_Service_ServiceDirectory_ResolveServiceRequest');