While working with Google Cloud Printer, I have faced one issue.
When to get the printer list, it returns the list of printer info, which includes type
.
As I check more the document, I found following description here:
type (optional)
If type is specified, then only printers of the given type will be returned. The possible types are GOOGLE, HP, DOCS, DRIVE, FEDEX, ANDROID_CHROME_SNAPSHOT, IOS_CHROME_SNAPSHOT.
I guess the type value GOOGLE
might mean that the printer is on Google Cloud, but what about then others?
Doe it mean that they are not on Google Cloud, but just linked to google user account?
What's the meaning of each possible type value?
I seem not to be able to find anything good explain about this on the document.
Any idea?