REST Resource: admin.directory.v1.customers.chrome.printServers
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:PrintServer
JSON 表示法 |
{
"name": string,
"id": string,
"displayName": string,
"description": string,
"uri": string,
"createTime": string,
"orgUnitId": string
} |
字段 |
name |
string
标识符。打印服务器的资源名称。创建时请留空。 格式:customers/{customer.id}/printServers/{printServer.id}
|
id |
string
不可变。打印服务器的 ID。创建时请留空。
|
displayName |
string
可修改。打印服务器的显示名称(如管理控制台中所示)。
|
description |
string
可修改。打印服务器的说明(如管理控制台中所示)。
|
uri |
string
可修改。打印服务器 URI。
|
createTime |
string (Timestamp format)
仅限输出。打印服务器的创建时间。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
orgUnitId |
string
拥有此打印服务器的组织部门 (OU) 的 ID。此值只能在首次创建打印服务器时设置。如果未填充,则打印服务器会位于根 OU 下。 您可以使用 Directory API 检索 orgUnitId 。
|
方法 |
|
创建多个打印服务器。 |
|
删除多个打印服务器。 |
|
创建打印服务器。 |
|
删除打印服务器。 |
|
返回打印服务器的配置。 |
|
列出打印服务器配置。 |
|
更新打印服务器的配置。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# REST Resource: admin.directory.v1.customers.chrome.printServers\n\nResource: PrintServer\n---------------------\n\nConfiguration for a print server.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"id\": string, \"displayName\": string, \"description\": string, \"uri\": string, \"createTime\": string, \"orgUnitId\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{printServer.id}` |\n| `id` | `string` Immutable. ID of the print server. Leave empty when creating. |\n| `displayName` | `string` Editable. Display name of the print server (as shown in the Admin console). |\n| `description` | `string` Editable. Description of the print server (as shown in the Admin console). |\n| `uri` | `string` Editable. Print server URI. |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the print server was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `orgUnitId` | `string` ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `orgUnitId` can be retrieved using the [Directory API](https://developers.google.com/workspace/admin/directory/reference/rest/v1/orgunits). |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|\n| ### [batchCreatePrintServers](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/batchCreatePrintServers) | Creates multiple print servers. |\n| ### [batchDeletePrintServers](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/batchDeletePrintServers) | Deletes multiple print servers. |\n| ### [create](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/create) | Creates a print server. |\n| ### [delete](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/delete) | Deletes a print server. |\n| ### [get](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/get) | Returns a print server's configuration. |\n| ### [list](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/list) | Lists print server configurations. |\n| ### [patch](/workspace/admin/chrome-printer/reference/rest/v1/admin.directory.v1.customers.chrome.printServers/patch) | Updates a print server's configuration. |"]]