Table of Contents

Class GetKeyRequest

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

Constructors

GetKeyRequest()

public GetKeyRequest()

GetKeyRequest(GetKeyRequest)

public GetKeyRequest(GetKeyRequest other)

Parameters

other GetKeyRequest

Fields

KeyIndexFieldNumber

Field number for the "key_index" field.

public const int KeyIndexFieldNumber = 2

Field Value

int

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasKeyIndex

Gets whether the "key_index" field is set

public bool HasKeyIndex { get; }

Property Value

bool

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

KeyIndex

public int KeyIndex { get; set; }

Property Value

int

Parser

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

Property Value

MessageParser<GetKeyRequest>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKeyIndex()

Clears the value of the "key_index" field

public void ClearKeyIndex()

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public GetKeyRequest Clone()

Returns

GetKeyRequest

Equals(GetKeyRequest)

public bool Equals(GetKeyRequest other)

Parameters

other GetKeyRequest

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

public void MergeFrom(GetKeyRequest other)

Parameters

other GetKeyRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream