Label
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดงป้ายกำกับและฟิลด์ป้ายกำกับ
การแสดง JSON |
{
"fields": {
string: {
object (Field )
},
...
},
"id": string,
"revisionId": string,
"kind": string
} |
ช่อง |
fields |
map (key: string, value: object (Field ))
แผนที่ของฟิลด์ในป้ายกำกับ โดยมีรหัสของฟิลด์เป็นคีย์ ออบเจ็กต์ที่มีรายการคู่ "key": value ตัวอย่าง: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
id |
string
รหัสของป้ายกำกับ
|
revisionId |
string
รหัสการแก้ไขของป้ายกำกับ
|
kind |
string
ซึ่งจะเป็น drive#label เสมอ
|
ช่อง
การแสดงฟิลด์ซึ่งเป็นคู่คีย์-ค่าที่มีการพิมพ์
การแสดง JSON |
{
"dateString": [
string
],
"integer": [
string
],
"selection": [
string
],
"text": [
string
],
"user": [
{
object (User )
}
],
"kind": string,
"id": string,
"valueType": string
} |
ช่อง |
dateString[] |
string
แสดงเมื่อ valueType เป็น dateString เท่านั้น วันที่ในรูปแบบ RFC 3339: YYYY-MM-DD
|
integer[] |
string (int64 format)
แสดงเมื่อ valueType เป็น integer เท่านั้น
|
selection[] |
string
แสดงต่อเมื่อ valueType เป็น selection เท่านั้น
|
text[] |
string
แสดงเมื่อ valueType เป็น text เท่านั้น
|
user[] |
object (User )
แสดงเมื่อ valueType เป็น user เท่านั้น
|
kind |
string
ซึ่งจะเป็น drive#labelField เสมอ
|
id |
string
ตัวระบุของฟิลด์ป้ายกำกับนี้
|
valueType |
string
ประเภทฟิลด์ แม้ว่าในอนาคตระบบอาจรองรับค่าใหม่ๆ แต่ปัจจุบันค่าที่อนุญาตมีดังนี้
dateString
integer
selection
text
user
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# Label\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Field](#Field)\n - [JSON representation](#Field.SCHEMA_REPRESENTATION)\n\nRepresentation of label and label fields.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"fields\": { string: { object (/workspace/drive/api/reference/rest/v3/Label#Field) }, ... }, \"id\": string, \"revisionId\": string, \"kind\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fields` | `map (key: string, value: object (`[Field](/workspace/drive/api/reference/rest/v3/Label#Field)`))` A map of the fields on the label, keyed by the field's ID. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `id` | `string` The ID of the label. |\n| `revisionId` | `string` The revision ID of the label. |\n| `kind` | `string` This is always drive#label |\n\nField\n-----\n\nRepresentation of field, which is a typed key-value pair.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dateString\": [ string ], \"integer\": [ string ], \"selection\": [ string ], \"text\": [ string ], \"user\": [ { object (/workspace/drive/api/reference/rest/v3/User) } ], \"kind\": string, \"id\": string, \"valueType\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dateString[]` | `string` Only present if `valueType` is `dateString`. RFC 3339 formatted date: YYYY-MM-DD. |\n| `integer[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Only present if `valueType` is `integer`. |\n| `selection[]` | `string` Only present if `valueType` is `selection` |\n| `text[]` | `string` Only present if `valueType` is `text`. |\n| `user[]` | `object (`[User](/workspace/drive/api/reference/rest/v3/User)`)` Only present if `valueType` is `user`. |\n| `kind` | `string` This is always drive#labelField. |\n| `id` | `string` The identifier of this label field. |\n| `valueType` | `string` The field type. While new values may be supported in the future, the following are currently allowed: - `dateString` - `integer` - `selection` - `text` - `user` |"]]