package configpb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Config

configpb.proto:16

message ConfigEntry

configpb.proto:77

Used in: UpdateRequest

message ConfigKind

configpb.proto:70

Used in: DeleteRequest, UpdateRequest

message Global

configpb.proto:66

Used in: ConfigKind

configpb.proto:89

Used in: CreateRequest, CreateResponse, DeleteRequest, DeleteResponse, GetAllRequest, GetAllResponse, GetRequest, GetResponse, UpdateRequest, UpdateResponse

message Local

configpb.proto:62

Used in: ConfigKind

message LocalConfig

configpb.proto:82

Used in: GetAllResponse

message Status

configpb.proto:46

Used in: CreateResponse, DeleteResponse, GetAllResponse, GetResponse, UpdateResponse

enum StatusCode

configpb.proto:37

Used in: Status

message Version

configpb.proto:57

The version is used to tell the configuration which can be shared or not apart. Global version represents the version of these configuration which can be shared, each kind of component only have one. For local version, every component will have one to represent the version of these configuration which cannot be shared.

Used in: CreateRequest, CreateResponse, DeleteRequest, DeleteResponse, GetRequest, GetResponse, LocalConfig, UpdateRequest, UpdateResponse