orbit-proto / orbit.shared.proto / Messages / MessageTargetProto / RoutedUnicast

RoutedUnicast

class RoutedUnicast : GeneratedMessageV3, RoutedUnicastOrBuilder

Protobuf type orbit.shared.MessageTargetProto.RoutedUnicast

Types

Builder

Protobuf type orbit.shared.MessageTargetProto.RoutedUnicast

class Builder : Builder<Builder!>, RoutedUnicastOrBuilder

Properties

TARGET_FIELD_NUMBER

static val TARGET_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): RoutedUnicast!

getDefaultInstanceForType

fun getDefaultInstanceForType(): RoutedUnicast!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<RoutedUnicast!>!

getSerializedSize

fun getSerializedSize(): Int

getTarget

repeated .orbit.shared.NodeIdProto target = 1;

fun getTarget(index: Int): NodeIdProto!

getTargetCount

repeated .orbit.shared.NodeIdProto target = 1;

fun getTargetCount(): Int

getTargetList

repeated .orbit.shared.NodeIdProto target = 1;

fun getTargetList(): MutableList<NodeIdProto!>!

getTargetOrBuilder

repeated .orbit.shared.NodeIdProto target = 1;

fun getTargetOrBuilder(index: Int): NodeIdProtoOrBuilder!

getTargetOrBuilderList

repeated .orbit.shared.NodeIdProto target = 1;

fun getTargetOrBuilderList(): MutableList<out NodeIdProtoOrBuilder!>!

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: RoutedUnicast!): Builder!

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit