Index
ClientInfo
(message)ClientInfo.Platform
(enum)
ClientInfo
Client information.
Fields | |
---|---|
application_id |
Application ID, such as the package name on Android and the bundle identifier on iOS platforms. |
application_version |
Application version number, such as "1.2.3". The exact format is application-dependent. |
platform |
Platform where the application is running. |
operating_system |
Operating system name and version as reported by the OS. For example, "Mac OS X 10.10.4". The exact format is platform-dependent. |
api_client |
API client name and version. For example, the SDK calling the API. The exact format is up to the client. |
device_model |
Device model as reported by the device. The exact format is platform-dependent. |
language_code |
Language code (in BCP-47 format) indicating the UI language of the client. Examples are "en", "en-US" or "ja-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. |
operating_system_build |
Build number/version of the operating system. e.g., the contents of android.os.Build.ID in Android, or the contents of sysctl "kern.osversion" in iOS. |
Platform
Platform enum.
Enums | |
---|---|
PLATFORM_UNSPECIFIED |
Unspecified or unknown OS. |
EDITOR |
Development environment. |
MAC_OS |
macOS. |
WINDOWS |
Windows. |
LINUX |
Linux |
ANDROID |
Android |
IOS |
iOS |
WEB_GL |
WebGL. |