Table of Contents

Class GetSharedKeyRequest

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

Constructors

GetSharedKeyRequest()

public GetSharedKeyRequest()

GetSharedKeyRequest(GetSharedKeyRequest)

public GetSharedKeyRequest(GetSharedKeyRequest other)

Parameters

other GetSharedKeyRequest

Fields

KeyIndexFieldNumber

Field number for the "key_index" field.

public const int KeyIndexFieldNumber = 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

KeyIndex

public int KeyIndex { get; set; }

Property Value

int

Parser

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

Property Value

MessageParser<GetSharedKeyRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKeyIndex()

Clears the value of the "key_index" field

public void ClearKeyIndex()

Clone()

public GetSharedKeyRequest Clone()

Returns

GetSharedKeyRequest

Equals(GetSharedKeyRequest)

public bool Equals(GetSharedKeyRequest other)

Parameters

other GetSharedKeyRequest

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

public void MergeFrom(GetSharedKeyRequest other)

Parameters

other GetSharedKeyRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream