Table of Contents

Class RpcMethodInvocationResponseRequest

Namespace
LiveKit.Proto
public sealed class RpcMethodInvocationResponseRequest : Google.Protobuf.IMessage<RpcMethodInvocationResponseRequest>, Google.Protobuf.IBufferMessage
Inheritance
RpcMethodInvocationResponseRequest
Implements
IBufferMessage
Extension Methods

Constructors

RpcMethodInvocationResponseRequest()

public RpcMethodInvocationResponseRequest()

RpcMethodInvocationResponseRequest(RpcMethodInvocationResponseRequest)

public RpcMethodInvocationResponseRequest(RpcMethodInvocationResponseRequest other)

Parameters

other RpcMethodInvocationResponseRequest

Fields

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 4

Field Value

int

InvocationIdFieldNumber

Field number for the "invocation_id" field.

public const int InvocationIdFieldNumber = 2

Field Value

int

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

PayloadFieldNumber

Field number for the "payload" field.

public const int PayloadFieldNumber = 3

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Error

public RpcError Error { get; set; }

Property Value

RpcError

HasInvocationId

Gets whether the "invocation_id" field is set

public bool HasInvocationId { get; }

Property Value

bool

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasPayload

Gets whether the "payload" field is set

public bool HasPayload { get; }

Property Value

bool

InvocationId

public ulong InvocationId { get; set; }

Property Value

ulong

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Parser

public static Google.Protobuf.MessageParser<RpcMethodInvocationResponseRequest> Parser { get; }

Property Value

MessageParser<RpcMethodInvocationResponseRequest>

Payload

public string Payload { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearInvocationId()

Clears the value of the "invocation_id" field

public void ClearInvocationId()

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearPayload()

Clears the value of the "payload" field

public void ClearPayload()

Clone()

public RpcMethodInvocationResponseRequest Clone()

Returns

RpcMethodInvocationResponseRequest

Equals(RpcMethodInvocationResponseRequest)

public bool Equals(RpcMethodInvocationResponseRequest other)

Parameters

other RpcMethodInvocationResponseRequest

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(RpcMethodInvocationResponseRequest)

public void MergeFrom(RpcMethodInvocationResponseRequest other)

Parameters

other RpcMethodInvocationResponseRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream