orbit-proto / orbit.shared.proto / Addressable / AddressableKeyProto

AddressableKeyProto

class AddressableKeyProto : GeneratedMessageV3, AddressableKeyProtoOrBuilder

Protobuf type orbit.shared.AddressableKeyProto

Types

Builder

Protobuf type orbit.shared.AddressableKeyProto

class Builder : Builder<Builder!>, AddressableKeyProtoOrBuilder

KeyCase

class KeyCase : EnumLite, InternalOneOfEnum

Properties

INT32KEY_FIELD_NUMBER

static val INT32KEY_FIELD_NUMBER: Int

INT64KEY_FIELD_NUMBER

static val INT64KEY_FIELD_NUMBER: Int

NOKEY_FIELD_NUMBER

static val NOKEY_FIELD_NUMBER: Int

STRINGKEY_FIELD_NUMBER

static val STRINGKEY_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): AddressableKeyProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): AddressableKeyProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getInt32Key

int32 int32Key = 1;

fun getInt32Key(): Int

getInt64Key

int64 int64Key = 2;

fun getInt64Key(): Long

getKeyCase

fun getKeyCase(): KeyCase!

getNoKey

bool noKey = 4;

fun getNoKey(): Boolean

getParserForType

fun getParserForType(): Parser<AddressableKeyProto!>!

getSerializedSize

fun getSerializedSize(): Int

getStringKey

string stringKey = 3;

fun getStringKey(): String!

getStringKeyBytes

string stringKey = 3;

fun getStringKeyBytes(): ByteString!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: AddressableKeyProto!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): AddressableKeyProto!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!

parseFrom

static fun parseFrom(data: ByteBuffer!): AddressableKeyProto!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!
static fun parseFrom(data: ByteString!): AddressableKeyProto!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!
static fun parseFrom(data: ByteArray!): AddressableKeyProto!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!
static fun parseFrom(input: InputStream!): AddressableKeyProto!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!
static fun parseFrom(input: CodedInputStream!): AddressableKeyProto!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): AddressableKeyProto!

parser

static fun parser(): Parser<AddressableKeyProto!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit