AI-generated Key Takeaways
-
A setting for Google Glass is represented as a resource with an ID, value, and kind.
-
Supported setting IDs include
locale
(user's language) andtimezone
(user's time zone). -
The
value
property stores the setting's value as a string. -
Developers can retrieve settings by ID using the
get
method.
For a list of methods for this resource, see the end of this page.
Resource representations
A setting for Glass.
{ "kind": "mirror#setting", "id": string, "value": string }
Property name | Value | Description | Notes |
---|---|---|---|
id |
string |
The setting's ID. The following IDs are valid:
|
|
kind |
string |
The type of resource. This is always mirror#setting . |
|
value |
string |
The setting value, as a string. |
Methods
- get
- Gets a single setting by ID.