Package-level declarations

Types

Link copied to clipboard
class KeyValue : GeneratedMessage, KeyValueOrBuilder
Specifies a key associated with a stored value of some kind.
Protobuf type elide.kv.KeyValue
Link copied to clipboard
object KeyValueKt

Protobuf type elide.kv.KeyValue

Link copied to clipboard
interface KeyValueOrBuilder : MessageOrBuilder
Link copied to clipboard
class Kv
Link copied to clipboard
class Namespace : GeneratedMessage, NamespaceOrBuilder
Describes a key/value storage namespace, which is addressed by an identifier, and may be bound to a specific name or
other identifier when surfacing to the user's application.
Protobuf type elide.kv.Namespace
Link copied to clipboard

Protobuf type elide.kv.Namespace

Link copied to clipboard
interface NamespaceOrBuilder : MessageOrBuilder
Link copied to clipboard
class OwnedKeyValue : GeneratedMessage, OwnedKeyValueOrBuilder
Specifies a key/value message paired to the owning namespace.
Protobuf type elide.kv.OwnedKeyValue
Link copied to clipboard

Protobuf type elide.kv.OwnedKeyValue

Link copied to clipboard
interface OwnedKeyValueOrBuilder : MessageOrBuilder
Link copied to clipboard
class Value : GeneratedMessage, ValueOrBuilder
Describes a value held by the key/value storage system, including metadata describing type and other information.
Protobuf type elide.kv.Value
Link copied to clipboard
object ValueKt

Protobuf type elide.kv.Value

Link copied to clipboard
interface ValueOrBuilder : MessageOrBuilder

Properties

Functions

Link copied to clipboard
inline fun KeyValue.copy(block: KeyValueKt.Dsl.() -> Unit): KeyValue
inline fun Namespace.copy(block: NamespaceKt.Dsl.() -> Unit): Namespace
inline fun Value.copy(block: ValueKt.Dsl.() -> Unit): Value
Link copied to clipboard
@JvmName(name = "-initializekeyValue")
inline fun keyValue(block: KeyValueKt.Dsl.() -> Unit): KeyValue
Link copied to clipboard
@JvmName(name = "-initializenamespace")
inline fun namespace(block: NamespaceKt.Dsl.() -> Unit): Namespace
Link copied to clipboard
@JvmName(name = "-initializeownedKeyValue")
inline fun ownedKeyValue(block: OwnedKeyValueKt.Dsl.() -> Unit): OwnedKeyValue
Link copied to clipboard
@JvmName(name = "-initializevalue")
inline fun value(block: ValueKt.Dsl.() -> Unit): Value