| Message | Field | Type | Label | Description |
|---|---|---|---|---|
| GetVersionInfoRequest | ||||
| VersionInfo | major | uint32 | Major version number | |
| minor | uint32 | Minor version number | ||
| patch | uint32 | Patch version number | ||
| suffix | string | Version suffix | ||
| vendor_name | string | Vendor name | ||
| product_name | string | Product name | ||
| docu_url | string | Documentation URL | ||
| feedback_url | string | Feedback URL | ||
| GetVersionInfoResponse | version | VersionInfo | Version information | |
| GetConfigSchemaRequest | ||||
| ConfigSchema | uri | string | URI of the schema | |
| schema | string | JSON string with configuration schema | ||
| GetConfigSchemaResponse | schemas | ConfigSchema | repeated | Configuration schemas |
| GetAppIconRequest | ||||
| GetAppIconResponse | image_format | string | Image format of the returned image | |
| image_data | bytes | Byte array containing the image data |