Table of Contents

Class UnregisterRpcMethodRequest

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

Constructors

UnregisterRpcMethodRequest()

public UnregisterRpcMethodRequest()

UnregisterRpcMethodRequest(UnregisterRpcMethodRequest)

public UnregisterRpcMethodRequest(UnregisterRpcMethodRequest other)

Parameters

other UnregisterRpcMethodRequest

Fields

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

MethodFieldNumber

Field number for the "method" field.

public const int MethodFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasMethod

Gets whether the "method" field is set

public bool HasMethod { get; }

Property Value

bool

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Method

public string Method { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<UnregisterRpcMethodRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearMethod()

Clears the value of the "method" field

public void ClearMethod()

Clone()

public UnregisterRpcMethodRequest Clone()

Returns

UnregisterRpcMethodRequest

Equals(UnregisterRpcMethodRequest)

public bool Equals(UnregisterRpcMethodRequest other)

Parameters

other UnregisterRpcMethodRequest

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(UnregisterRpcMethodRequest)

public void MergeFrom(UnregisterRpcMethodRequest other)

Parameters

other UnregisterRpcMethodRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream