orbit-proto / orbit.shared.proto / Messages / ErrorProto

ErrorProto

class ErrorProto : GeneratedMessageV3, ErrorProtoOrBuilder

Protobuf type orbit.shared.ErrorProto

Types

Builder

Protobuf type orbit.shared.ErrorProto

class Builder : Builder<Builder!>, ErrorProtoOrBuilder

Properties

DESCRIPTION_FIELD_NUMBER

static val DESCRIPTION_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): ErrorProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): ErrorProto!

getDescription

string description = 1;

fun getDescription(): String!

getDescriptionBytes

string description = 1;

fun getDescriptionBytes(): ByteString!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<ErrorProto!>!

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit