Table of Contents

Class AttributesEntry

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

Constructors

AttributesEntry()

public AttributesEntry()

AttributesEntry(AttributesEntry)

public AttributesEntry(AttributesEntry other)

Parameters

other AttributesEntry

Fields

KeyFieldNumber

Field number for the "key" field.

public const int KeyFieldNumber = 1

Field Value

int

ValueFieldNumber

Field number for the "value" field.

public const int ValueFieldNumber = 2

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

HasValue

Gets whether the "value" field is set

public bool HasValue { get; }

Property Value

bool

Key

public string Key { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<AttributesEntry>

Value

public string Value { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKey()

Clears the value of the "key" field

public void ClearKey()

ClearValue()

Clears the value of the "value" field

public void ClearValue()

Clone()

public AttributesEntry Clone()

Returns

AttributesEntry

Equals(AttributesEntry)

public bool Equals(AttributesEntry other)

Parameters

other AttributesEntry

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

public void MergeFrom(AttributesEntry other)

Parameters

other AttributesEntry

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream