Table of Contents

Class GetKeyResponse

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

Constructors

GetKeyResponse()

public GetKeyResponse()

GetKeyResponse(GetKeyResponse)

public GetKeyResponse(GetKeyResponse other)

Parameters

other GetKeyResponse

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<GetKeyResponse> Parser { get; }

Property Value

MessageParser<GetKeyResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKey()

Clears the value of the "key" field

public void ClearKey()

Clone()

public GetKeyResponse Clone()

Returns

GetKeyResponse

Equals(GetKeyResponse)

public bool Equals(GetKeyResponse other)

Parameters

other GetKeyResponse

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

public void MergeFrom(GetKeyResponse other)

Parameters

other GetKeyResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream