Table of Contents

Class GetSharedKeyResponse

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

Constructors

GetSharedKeyResponse()

public GetSharedKeyResponse()

GetSharedKeyResponse(GetSharedKeyResponse)

public GetSharedKeyResponse(GetSharedKeyResponse other)

Parameters

other GetSharedKeyResponse

Fields

KeyFieldNumber

Field number for the "key" field.

public const int KeyFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasKey

Gets whether the "key" field is set

public bool HasKey { get; }

Property Value

bool

Key

public Google.Protobuf.ByteString Key { get; set; }

Property Value

ByteString

Parser

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

Property Value

MessageParser<GetSharedKeyResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKey()

Clears the value of the "key" field

public void ClearKey()

Clone()

public GetSharedKeyResponse Clone()

Returns

GetSharedKeyResponse

Equals(GetSharedKeyResponse)

public bool Equals(GetSharedKeyResponse other)

Parameters

other GetSharedKeyResponse

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

public void MergeFrom(GetSharedKeyResponse other)

Parameters

other GetSharedKeyResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream