Method: limits.getLabel

מוצאים את המגבלות במבנה של תווית; למשל, המספר המקסימלי של שדות שמותר ואורך מקסימלי של כותרת התווית.

בקשת HTTP

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

בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.

פרמטרים של שאילתה

פרמטרים
name

string

חובה. שם משאב התיקון של התווית חייב להיות: "limits/label"

גוף הבקשה

גוף הבקשה חייב להיות ריק.

גוף התשובה

אילוצים של תוויות קובעים את המבנה של תווית; למשל, המספר המקסימלי של שדות שמותר ואורך מקסימלי של כותרת התווית.

אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:

ייצוג 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

המספר המקסימלי של אפשרויות שנמחקו.