1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "cloudPrintPrivate",
11 "id": "PrinterSettings",
13 "description": "Settings per printer.",
17 "description": "Unique printer id."
21 "description": "Whether printer is selected."
28 "description": "Settings set by user.",
31 "description": "Printer settings.",
34 "$ref": "PrinterSettings"
37 "connectNewPrinters": {
39 "description": "Whether should printer be connected."
46 "name": "setupConnector",
47 "description": "Setup Cloud Print Connector.",
53 "description": "The email address of the user."
58 "description": "The email address of the robot account."
61 "name": "credentials",
63 "description": "The login credentials(OAuth2 Auth code)."
66 "name": "userSettings",
67 "$ref": "UserSettings",
68 "description": "Options configured by user."
73 "name": "getHostName",
74 "description": "Returns local hostname.",
80 "description": "Called to return host name.",
85 "description": "Host name."
92 "name": "getPrinters",
93 "description": "Returns local printers.",
99 "description": "Called to return printers.",
104 "items": {"type": "string"},
105 "description": "List of printer names."
112 "name": "getClientId",
113 "description": "Gets the Client ID used to access Google service APIs.",
119 "description": "Called to return the client ID.",
124 "description": "Client ID."