Get desktop application:
View/edit binary Protocol Buffers messages
string name = 1
string namespace = 2
string displayName = 3
string name = 1
string namespace = 2
map<string, string> labels = 3
string value = 4
optional Property property = 5
oneof value
bool bool_value = 1
string string_value = 2
int64 int64_value = 3
double float64_value = 4
repeated Scope scopes = 1
Used in: Property
DATA_TYPE_UNKNOWN = 0
DATA_TYPE_STRING = 1
DATA_TYPE_INTEGER = 2
DATA_TYPE_FLOAT = 3
DATA_TYPE_BOOLEAN = 4
Used in: ListSettingsResponse
string name = 1
string uid = 2
optional Property property = 3
string value = 4
string scope = 5
string group = 6
int64 weight = 7
Used in: CreateSettingRequest, PreparedListSetting, Setting
string displayName = 3
bool required = 4
repeated string enum = 11
bool uniqueItems = 13
Used as response type in: SettingSvc.GetScope
Used as field type in: Scopes
string name = 1
string uid = 2
string displayName = 3
Used as request type in: SettingSvc.UpdateSetting
Used as response type in: SettingSvc.GetSetting
string name = 1
string uid = 2
optional Property property = 3
string value = 4
string scope = 5
Used in: Property
VALUE_TYPE_UNKNOWN = 0
VALUE_TYPE_SCALAR = 1
VALUE_TYPE_ARRAY = 2
VALUE_TYPE_MAP = 3