AttributeValueType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
ATTRIBUTE_VALUE_TYPE_UNSPECIFIED |
指定されていません。 |
BOOL |
この属性の値はブール値です。 |
ENUM |
この属性には、使用可能な値を示した既定の一覧があります。この属性のメタデータでは、これらの値が一覧表示されます。 |
URL |
この属性の値は URL です。 |
REPEATED_ENUM |
この属性の値は、明示的に設定または設定解除できる複数の有効な値を含む列挙型です。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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. |"]]