orbit-proto / orbit.shared.proto / Messages / InvocationRequestProto

InvocationRequestProto

class InvocationRequestProto : GeneratedMessageV3, InvocationRequestProtoOrBuilder

Protobuf type orbit.shared.InvocationRequestProto

Types

Builder

Protobuf type orbit.shared.InvocationRequestProto

class Builder : Builder<Builder!>, InvocationRequestProtoOrBuilder

Properties

ARGUMENTS_FIELD_NUMBER

static val ARGUMENTS_FIELD_NUMBER: Int

METHOD_FIELD_NUMBER

static val METHOD_FIELD_NUMBER: Int

REFERENCE_FIELD_NUMBER

static val REFERENCE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getArguments

string arguments = 3;

fun getArguments(): String!

getArgumentsBytes

string arguments = 3;

fun getArgumentsBytes(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): InvocationRequestProto!

getDefaultInstanceForType

fun getDefaultInstanceForType(): InvocationRequestProto!

getDescriptor

static fun getDescriptor(): Descriptor!

getMethod

string method = 2;

fun getMethod(): String!

getMethodBytes

string method = 2;

fun getMethodBytes(): ByteString!

getParserForType

fun getParserForType(): Parser<InvocationRequestProto!>!

getReference

.orbit.shared.AddressableReferenceProto reference = 1;

fun getReference(): AddressableReferenceProto!

getReferenceOrBuilder

.orbit.shared.AddressableReferenceProto reference = 1;

fun getReferenceOrBuilder(): AddressableReferenceProtoOrBuilder!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasReference

.orbit.shared.AddressableReferenceProto reference = 1;

fun hasReference(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit