REST Resource: admin.directory.v1.customers.chrome.printServers
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: PrintServer
Konfiguracja serwera wydruku.
Zapis JSON |
{
"name": string,
"id": string,
"displayName": string,
"description": string,
"uri": string,
"createTime": string,
"orgUnitId": string
} |
Pola |
name |
string
Identyfikator. Nazwa zasobu serwera wydruku. Podczas tworzenia pozostaw to pole puste. Format: customers/{customer.id}/printServers/{printServer.id}
|
id |
string
Niezmienna. Identyfikator serwera wydruku. Podczas tworzenia pozostaw to pole puste.
|
displayName |
string
Edycja jest możliwa Wyświetlana nazwa serwera wydruku (jak w konsoli administracyjnej).
|
description |
string
Edycja jest możliwa Opis serwera wydruku (jak widać w konsoli administracyjnej).
|
uri |
string
Edycja jest możliwa Identyfikator URI serwera wydruku.
|
createTime |
string (Timestamp format)
Tylko dane wyjściowe. Czas utworzenia serwera wydruku. Używa standardu RFC 3339, w którym wygenerowany wynik jest zawsze znormalizowany według normy Z i zawiera 0, 3, 6 lub 9 cyfr ułamkowych. Akceptowane są również przesunięcia inne niż „Z”. Przykłady: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" lub "2014-10-02T15:01:23+05:30" .
|
orgUnitId |
string
Identyfikator jednostki organizacyjnej (OU) będącej właścicielem tego serwera wydruku. Tę wartość można ustawić tylko podczas tworzenia serwera wydruku. Jeśli nie jest wypełniony, serwer druku jest umieszczany w katalogu głównym jednostki organizacyjnej. Wartość orgUnitId można pobrać za pomocą interfejsu Directory API.
|
Metody |
|
Tworzy wiele serwerów wydruku. |
|
Usuwa wiele serwerów wydruku. |
|
Tworzy serwer wydruku. |
|
Usuwa serwer wydruku. |
|
Zwraca konfigurację serwera wydruku. |
|
Wyświetla listę konfiguracji serwerów wydruku. |
|
Aktualizuje konfigurację serwera wydruku. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-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. |"]]