Get desktop application:
View/edit binary Protocol Buffers messages
Preferences API. The Preferences API is responsible for creating a key-value map according to user preferences. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.
Returns the value associated with the requested key.
Maps the key-value pair.
Used as request type in: gateway.v1beta1.GatewayAPI.GetKey, PreferencesAPI.GetKey
REQUIRED.
Used as response type in: gateway.v1beta1.GatewayAPI.GetKey, PreferencesAPI.GetKey
REQUIRED. The response status.
REQUIRED. The value associated with the key.
Represents a key object consisting of a namespace and a string key.
Used in: ,
REQUIRED. The namespace to which the key belongs.
REQUIRED.
Used as request type in: gateway.v1beta1.GatewayAPI.SetKey, PreferencesAPI.SetKey
REQUIRED.
REQUIRED. The value associated with the key.
Used as response type in: gateway.v1beta1.GatewayAPI.SetKey, PreferencesAPI.SetKey
REQUIRED. The response status.