orbit-proto / orbit.shared.proto / Node / NodeIdProto

NodeIdProto

class NodeIdProto : GeneratedMessageV3, NodeIdProtoOrBuilder

Protobuf type orbit.shared.NodeIdProto

Types

Builder

Protobuf type orbit.shared.NodeIdProto

class Builder : Builder<Builder!>, NodeIdProtoOrBuilder

Properties

KEY_FIELD_NUMBER

static val KEY_FIELD_NUMBER: Int

NAMESPACE_FIELD_NUMBER

static val NAMESPACE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): NodeIdProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): NodeIdProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getKey

string key = 1;

fun getKey(): String!

getKeyBytes

string key = 1;

fun getKeyBytes(): ByteString!

getNamespace

string namespace = 2;

fun getNamespace(): String!

getNamespaceBytes

string namespace = 2;

fun getNamespaceBytes(): ByteString!

getParserForType

fun getParserForType(): Parser<NodeIdProto!>!

getSerializedSize

fun getSerializedSize(): Int

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit