REST Resource: admin.directory.v1.customers.chrome.printServers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: PrintServer
Configuration for a print server.
JSON representation |
{
"name": string,
"id": string,
"displayName": string,
"description": string,
"uri": string,
"createTime": string,
"orgUnitId": string
} |
Fields |
name |
string
Identifier. Resource name of the print server. Leave empty when creating. Format: customers/{customer.id}/printServers/{printServer.id}
|
id |
string
Immutable. ID of the print server. Leave empty when creating.
|
displayName |
string
Editable. Display name of the print server (as shown in the Admin console).
|
description |
string
Editable. Description of the print server (as shown in the Admin console).
|
uri |
string
Editable. Print server URI.
|
createTime |
string (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" .
|
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.
|
Methods |
|
Creates multiple print servers. |
|
Deletes multiple print servers. |
|
Creates a print server. |
|
Deletes a print server. |
|
Returns a print server's configuration. |
|
Lists print server configurations. |
|
Updates a print server's configuration. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],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. |"]]