I still have not found the official documentation, but I figured out the main use case: determining whether a Google account is associated with a specific Google service.
There is a function for each service, and the function name has the form service_<service_code_name> . Using this (possibly outdated) list of service code names for Google services, we can test functions such as service_lh2 (Picasa), service_groups2 (Google Groups) and service_mail (GMail).
Dan dyer
source share