/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceDirectory
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceDirectory/ResolveServiceRequest.php (1465B)
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');