Table of Contents

Class GetSessionStatsRequest

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

Constructors

GetSessionStatsRequest()

public GetSessionStatsRequest()

GetSessionStatsRequest(GetSessionStatsRequest)

public GetSessionStatsRequest(GetSessionStatsRequest other)

Parameters

other GetSessionStatsRequest

Fields

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 2

Field Value

int

RoomHandleFieldNumber

Field number for the "room_handle" field.

public const int RoomHandleFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

HasRoomHandle

Gets whether the "room_handle" field is set

public bool HasRoomHandle { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<GetSessionStatsRequest>

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

RoomHandle

public ulong RoomHandle { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

ClearRoomHandle()

Clears the value of the "room_handle" field

public void ClearRoomHandle()

Clone()

public GetSessionStatsRequest Clone()

Returns

GetSessionStatsRequest

Equals(GetSessionStatsRequest)

public bool Equals(GetSessionStatsRequest other)

Parameters

other GetSessionStatsRequest

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

public void MergeFrom(GetSessionStatsRequest other)

Parameters

other GetSessionStatsRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream