CustomAttribute
表示自定义属性的消息。value
或 groupValues
中必须有一个不为空。
JSON 表示法 |
{
"groupValues": [
{
object (CustomAttribute )
}
],
"name": string,
"value": string
} |
字段 |
groupValues[] |
object (CustomAttribute )
此属性组中的子属性。如果 groupValues 不为空,则 value 必须为空。
|
name |
string
属性的名称。
|
value |
string
属性的值。如果 value 不为空,则 groupValues 必须为空。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["Custom attributes are represented using JSON and require either a single value or a group of sub-attributes."],["The JSON structure includes fields for \"groupValues,\" representing sub-attributes, \"name\" for the attribute's name, and \"value\" for a single attribute value."],["When using \"groupValues\" to define sub-attributes, the \"value\" field must be empty, and vice-versa."]]],[]]