Settings
资源表示形式
针对 Glass 的设置。
{
"kind": "mirror#setting",
"id": string,
"value": string
}
属性名称 |
值 |
说明 |
备注 |
id |
string |
设置的 ID。有效的 ID 如下:locale - 用户语言/语言区域的键(BCP 47 标识符),Glassware 应使用该键呈现本地化内容。 timezone - 用户当前时区区域的键,如 tz 数据库中所定义。示例:America/Los_Angeles 。
|
|
kind |
string |
资源类型。始终为 mirror#setting 。 |
|
value |
string |
设置值,以字符串表示。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[null,null,["最后更新时间 (UTC):2024-08-23。"],[[["Resource representations for Glass settings include an `id`, `kind`, and `value`."],["The `id` can be `locale` to indicate the user's language or `timezone` for their time zone."],["The `kind` is always `mirror#setting` to identify the resource type."],["The `value` represents the setting's specific content as a string."],["Developers can utilize the `get` method to retrieve a single setting by its ID."]]],[]]