Table of Contents

Class AnalyticsNodeRooms

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public sealed class AnalyticsNodeRooms : IMessage<AnalyticsNodeRooms>, IEquatable<AnalyticsNodeRooms>, IDeepCloneable<AnalyticsNodeRooms>, IBufferMessage, IMessage
Inheritance
AnalyticsNodeRooms
Implements
IDeepCloneable<AnalyticsNodeRooms>
IBufferMessage
IMessage
Inherited Members

Constructors

AnalyticsNodeRooms()

public AnalyticsNodeRooms()

AnalyticsNodeRooms(AnalyticsNodeRooms)

public AnalyticsNodeRooms(AnalyticsNodeRooms other)

Parameters

other AnalyticsNodeRooms

Fields

NodeIdFieldNumber

Field number for the "node_id" field.

public const int NodeIdFieldNumber = 1

Field Value

int

RoomsFieldNumber

Field number for the "rooms" field.

public const int RoomsFieldNumber = 4

Field Value

int

SequenceNumberFieldNumber

Field number for the "sequence_number" field.

public const int SequenceNumberFieldNumber = 2

Field Value

int

TimestampFieldNumber

Field number for the "timestamp" field.

public const int TimestampFieldNumber = 3

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

NodeId

public string NodeId { get; set; }

Property Value

string

Parser

public static MessageParser<AnalyticsNodeRooms> Parser { get; }

Property Value

MessageParser<AnalyticsNodeRooms>

Rooms

public RepeatedField<AnalyticsRoom> Rooms { get; }

Property Value

RepeatedField<AnalyticsRoom>

SequenceNumber

public ulong SequenceNumber { get; set; }

Property Value

ulong

Timestamp

public Timestamp Timestamp { get; set; }

Property Value

Timestamp

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

Clone()

Creates a deep clone of this object.

public AnalyticsNodeRooms Clone()

Returns

AnalyticsNodeRooms

A deep clone of this object.

Equals(AnalyticsNodeRooms)

public bool Equals(AnalyticsNodeRooms other)

Parameters

other AnalyticsNodeRooms

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(AnalyticsNodeRooms)

Merges the given message into this one.

public void MergeFrom(AnalyticsNodeRooms other)

Parameters

other AnalyticsNodeRooms

Remarks

See the user guide for precise merge semantics.

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.