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
इम्यूटेबल. प्रिंट सर्वर का आईडी. बनाते समय खाली छोड़ें.
|
displayName |
string
बदलाव किया जा सकता है. प्रिंट सर्वर का डिसप्ले नेम (जैसा कि Admin console में दिखाया गया है).
|
description |
string
बदलाव किया जा सकता है. प्रिंट सर्वर की जानकारी (जैसा कि Admin console में दिखाया गया है).
|
uri |
string
बदलाव किया जा सकता है. प्रिंट सर्वर का यूआरआई.
|
createTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. प्रिंट सर्वर बनाने का समय. आरएफ़सी 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
उस संगठन की इकाई (ओयू) का आईडी जिसके पास इस प्रिंट सर्वर का मालिकाना हक है. यह वैल्यू सिर्फ़ तब सेट की जा सकती है, जब प्रिंट सर्वर को पहली बार बनाया गया हो. अगर इसमें कोई वैल्यू नहीं डाली गई है, तो प्रिंट सर्वर को रूट ओयू में रखा जाता है. orgUnitId को Directory API का इस्तेमाल करके वापस पाया जा सकता है.
|
तरीके |
|
एक से ज़्यादा प्रिंट सर्वर बनाता है. |
|
एक से ज़्यादा प्रिंट सर्वर मिटाता है. |
|
प्रिंट सर्वर बनाता है. |
|
प्रिंट सर्वर मिटाता है. |
|
किसी प्रिंट सर्वर का कॉन्फ़िगरेशन दिखाता है. |
|
प्रिंट सर्वर के कॉन्फ़िगरेशन की सूची दिखाता है. |
|
प्रिंट सर्वर का कॉन्फ़िगरेशन अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]