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
แก้ไขได้ ชื่อที่แสดงของเซิร์ฟเวอร์การพิมพ์ (ตามที่แสดงในคอนโซลผู้ดูแลระบบ)
|
description |
string
แก้ไขได้ คําอธิบายเซิร์ฟเวอร์การพิมพ์ (ตามที่แสดงในคอนโซลผู้ดูแลระบบ)
|
uri |
string
แก้ไขได้ URI ของเซิร์ฟเวอร์การพิมพ์
|
createTime |
string (Timestamp format)
เอาต์พุตเท่านั้น เวลาที่สร้างเซิร์ฟเวอร์การพิมพ์ ใช้ RFC 3339 ซึ่งเอาต์พุตที่สร้างขึ้นจะเป็นรูปแบบ Z-normalized เสมอ และใช้ตัวเลขทศนิยม 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) ที่เป็นเจ้าของเซิร์ฟเวอร์การพิมพ์นี้ คุณจะตั้งค่านี้ได้เมื่อสร้างเซิร์ฟเวอร์การพิมพ์ครั้งแรกเท่านั้น หากไม่มี OU ดังกล่าว ระบบจะวางเซิร์ฟเวอร์การพิมพ์ไว้ภายใต้ OU รูท คุณเรียกข้อมูล orgUnitId โดยใช้ Directory API ได้
|
เมธอด |
|
สร้างเซิร์ฟเวอร์การพิมพ์หลายรายการ |
|
ลบเซิร์ฟเวอร์การพิมพ์หลายรายการ |
|
สร้างเซิร์ฟเวอร์การพิมพ์ |
|
ลบเซิร์ฟเวอร์การพิมพ์ |
|
แสดงผลการกำหนดค่าของเซิร์ฟเวอร์การพิมพ์ |
|
แสดงรายการการกำหนดค่าเซิร์ฟเวอร์การพิมพ์ |
|
อัปเดตการกำหนดค่าเซิร์ฟเวอร์การพิมพ์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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. |"]]