Method: limits.getLabel

รับข้อจำกัดในโครงสร้างของป้ายกำกับ เช่น จำนวนช่องสูงสุดที่อนุญาตและความยาวสูงสุดของชื่อป้ายกำกับ

คำขอ HTTP

GET https://drivelabels.googleapis.com/v2beta/limits/label

URL ใช้ไวยากรณ์การแปลง gRPC

พารามิเตอร์การค้นหา

พารามิเตอร์
name

string

ต้องระบุ ชื่อทรัพยากรการแก้ไขป้ายกำกับต้องเป็น "ขีดจำกัด/ป้ายกำกับ"

เนื้อหาของคำขอ

เนื้อหาของคำขอต้องว่างเปล่า

เนื้อหาการตอบกลับ

ข้อจำกัดของป้ายกำกับที่ควบคุมโครงสร้างของป้ายกำกับ เช่น จำนวนช่องสูงสุดที่อนุญาตและความยาวสูงสุดของชื่อป้ายกำกับ

หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้

การแสดง JSON
{
  "name": string,
  "maxTitleLength": integer,
  "maxDescriptionLength": integer,
  "maxFields": integer,
  "maxDeletedFields": integer,
  "maxDraftRevisions": integer,
  "fieldLimits": {
    object (FieldLimits)
  }
}
ช่อง
name

string

ชื่อทรัพยากร

maxTitleLength

integer

จำนวนอักขระสูงสุดที่อนุญาตสำหรับชื่อ

maxDescriptionLength

integer

จำนวนอักขระสูงสุดที่อนุญาตสำหรับคำอธิบาย

maxFields

integer

จำนวนช่องสูงสุดที่อนุญาตภายในป้ายกำกับ

maxDeletedFields

integer

จำนวนสูงสุดของฟิลด์ที่เผยแพร่ที่สามารถลบได้

maxDraftRevisions

integer

จำนวนการแก้ไขฉบับร่างที่จะเก็บไว้ก่อนลบฉบับร่างเก่า

fieldLimits

object (FieldLimits)

ขีดจำกัดสำหรับช่อง

ขอบเขตการให้สิทธิ์

ต้องใช้ขอบเขต OAuth รายการใดรายการหนึ่งต่อไปนี้

  • https://www.googleapis.com/auth/drive.labels
  • https://www.googleapis.com/auth/drive.labels.readonly
  • https://www.googleapis.com/auth/drive.admin.labels
  • https://www.googleapis.com/auth/drive.admin.labels.readonly

สำหรับข้อมูลเพิ่มเติม โปรดดูที่คู่มือการให้สิทธิ์

FieldLimits

ค่าคงที่ของฟิลด์ที่ควบคุมโครงสร้างของฟิลด์ เช่น ความยาวชื่อสูงสุด ค่าหรือความยาวของช่องต่ำสุดและสูงสุด เป็นต้น

การแสดง JSON
{
  "maxIdLength": integer,
  "maxDisplayNameLength": integer,
  "maxDescriptionLength": integer,
  "textLimits": {
    object (TextLimits)
  },
  "longTextLimits": {
    object (LongTextLimits)
  },
  "integerLimits": {
    object (IntegerLimits)
  },
  "dateLimits": {
    object (DateLimits)
  },
  "userLimits": {
    object (UserLimits)
  },
  "selectionLimits": {
    object (SelectionLimits)
  }
}
ช่อง
maxIdLength

integer

ความยาวสูงสุดสำหรับรหัส

maxDisplayNameLength

integer

ขีดจำกัดสำหรับชื่อช่อง

maxDescriptionLength

integer

ขีดจำกัดสำหรับคำอธิบายช่อง หรือที่เรียกว่าข้อความช่วยเหลือ

textLimits

object (TextLimits)

ขีดจำกัดที่เกี่ยวข้องสำหรับ Field.Type ที่ระบุ ขีดจำกัดช่องข้อความ

longTextLimits

object (LongTextLimits)

ขีดจำกัดช่องข้อความแบบยาว

integerLimits

object (IntegerLimits)

ขีดจำกัดของช่องจำนวนเต็ม

dateLimits

object (DateLimits)

ขีดจำกัดช่องวันที่

userLimits

object (UserLimits)

ขีดจำกัดช่องของผู้ใช้

selectionLimits

object (SelectionLimits)

ขีดจำกัดฟิลด์การเลือก

TextLimits

ขีดจำกัดสำหรับประเภทช่องข้อความ

การแสดง JSON
{
  "minLength": integer,
  "maxLength": integer
}
ช่อง
minLength

integer

ความยาวขั้นต่ำที่อนุญาตสำหรับประเภทช่องข้อความ

maxLength

integer

ความยาวสูงสุดที่อนุญาตสำหรับประเภทช่องข้อความ

LongTextLimits

ขีดจำกัดสำหรับประเภทฟิลด์ข้อความขนาดยาว

การแสดง JSON
{
  "minLength": integer,
  "maxLength": integer
}
ช่อง
minLength

integer

ความยาวขั้นต่ำที่อนุญาตสำหรับประเภทฟิลด์ข้อความยาว

maxLength

integer

ความยาวสูงสุดที่อนุญาตสำหรับประเภทฟิลด์ข้อความขนาดยาว

IntegerLimits

ขีดจำกัดสำหรับประเภทช่องที่เป็นจำนวนเต็ม

การแสดง JSON
{
  "minValue": string,
  "maxValue": string
}
ช่อง
minValue

string (int64 format)

ค่าต่ำสุดสำหรับประเภทฟิลด์จำนวนเต็ม

maxValue

string (int64 format)

ค่าสูงสุดสำหรับประเภทฟิลด์จำนวนเต็ม

DateLimits

ขีดจำกัดสำหรับประเภทช่องวันที่

การแสดง JSON
{
  "minValue": {
    object (Date)
  },
  "maxValue": {
    object (Date)
  }
}
ช่อง
minValue

object (Date)

ค่าต่ำสุดสำหรับประเภทช่องวันที่

maxValue

object (Date)

ค่าสูงสุดสำหรับประเภทช่องวันที่

UserLimits

ขีดจำกัดสำหรับ Field.Type.USER

การแสดง JSON
{
  "listLimits": {
    object (ListLimits)
  }
}
ช่อง
listLimits

object (ListLimits)

ขีดจำกัดสำหรับตัวแปรรายการของประเภทช่อง

ListLimits

ขีดจำกัดสำหรับตัวแปรรายการของประเภทช่อง

การแสดง JSON
{
  "maxEntries": integer
}
ช่อง
maxEntries

integer

จำนวนค่าสูงสุดที่อนุญาตสำหรับประเภทช่อง

SelectionLimits

ขีดจำกัดสำหรับประเภทฟิลด์การเลือก

การแสดง JSON
{
  "listLimits": {
    object (ListLimits)
  },
  "maxIdLength": integer,
  "maxDisplayNameLength": integer,
  "maxChoices": integer,
  "maxDeletedChoices": integer
}
ช่อง
listLimits

object (ListLimits)

ขีดจำกัดสำหรับตัวแปรรายการของประเภทช่อง

maxIdLength

integer

ความยาวรหัสสูงสุดสำหรับตัวเลือกการเลือก

maxDisplayNameLength

integer

ความยาวสูงสุดสำหรับชื่อที่แสดง

maxChoices

integer

จำนวนตัวเลือกสูงสุด

maxDeletedChoices

integer

จำนวนตัวเลือกสูงสุดที่ลบแล้ว