AttributeValueType
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Enums |
ATTRIBUTE_VALUE_TYPE_UNSPECIFIED |
לא צוין. |
BOOL |
הערכים של המאפיין הזה הם ערכים בוליאניים. |
ENUM |
למאפיין יש רשימה מוגדרת מראש של ערכים זמינים שאפשר להשתמש בהם. המטא-נתונים של המאפיין הזה יצוינו בו הערכים. |
URL |
הערכים של המאפיין הזה הם כתובות URL. |
REPEATED_ENUM |
ערך המאפיין הוא 'enum' עם ערכים אפשריים מרובים, שניתן להגדיר או להשבית באופן מפורש. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThe attribute value type determines the kind of data associated with it, such as boolean, enum, URL, or repeated enum.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eATTRIBUTE_VALUE_TYPE_UNSPECIFIED\u003c/code\u003e is used when the value type is not explicitly defined.\u003c/p\u003e\n"],["\u003cp\u003eEnum attributes have a predefined set of values, while repeated enums allow for multiple values to be selected.\u003c/p\u003e\n"],["\u003cp\u003eURL attributes store web addresses, and boolean attributes hold true/false values.\u003c/p\u003e\n"]]],[],null,["# AttributeValueType\n\nThe value type of the attribute.\n\n| Enums ||\n|------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `ATTRIBUTE_VALUE_TYPE_UNSPECIFIED` | Not specified. |\n| `BOOL` | The values for this attribute are boolean values. |\n| `ENUM` | The attribute has a predetermined list of available values that can be used. Metadata for this attribute will list these values. |\n| `URL` | The values for this attribute are URLs. |\n| `REPEATED_ENUM` | The attribute value is an enum with multiple possible values that can be explicitly set or unset. |"]]