Settings Manager

Imports

In Protobuf files:

import "melo/api/SettingsManager.proto";

In C++ files:

#include <melo/api/SettingsManager.pb.h>

Entry

This message describe one Settings.

Field

Type

Label

Description

id

string

ID of the settings

desc

melo.api.settings.Descriptor

Descriptor of the settings

Event

This message is used as payload for Settings Manager Event messages.

Field

Type

Label

Description

added

Entry

Settings that has been added / updated

removed

string

Settings that has been removed

Request

This message is used as payload for Settings Manager Request messages.

Field

Type

Label

Description

list

Request.List

List settingss

Request.List

Message to list settingss

Response

This message is used as payload for Settings Manager Response messages.

Field

Type

Label

Description

list

Response.List

List of settingss

Response.List

Message with list of settingss

Field

Type

Label

Description

settings

Entry

repeated

List of settings