orbit-proto / orbit.shared.proto / Addressable / AddressableKeyProtoOrBuilder

AddressableKeyProtoOrBuilder

interface AddressableKeyProtoOrBuilder : MessageOrBuilder

Functions

getInt32Key

int32 int32Key = 1;

abstract fun getInt32Key(): Int

getInt64Key

int64 int64Key = 2;

abstract fun getInt64Key(): Long

getKeyCase

abstract fun getKeyCase(): KeyCase!

getNoKey

bool noKey = 4;

abstract fun getNoKey(): Boolean

getStringKey

string stringKey = 3;

abstract fun getStringKey(): String!

getStringKeyBytes

string stringKey = 3;

abstract fun getStringKeyBytes(): ByteString!