Table of Contents

Class RtcStats.Types.Certificate

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

Constructors

Certificate()

public Certificate()

Certificate(Certificate)

public Certificate(RtcStats.Types.Certificate other)

Parameters

other RtcStats.Types.Certificate

Fields

Certificate_FieldNumber

Field number for the "certificate" field.

public const int Certificate_FieldNumber = 2

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Properties

Certificate_

public CertificateStats Certificate_ { get; set; }

Property Value

CertificateStats

Descriptor

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

Property Value

MessageDescriptor

Parser

public static Google.Protobuf.MessageParser<RtcStats.Types.Certificate> Parser { get; }

Property Value

MessageParser<Certificate>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.Certificate Clone()

Returns

RtcStats.Types.Certificate

Equals(Certificate)

public bool Equals(RtcStats.Types.Certificate other)

Parameters

other RtcStats.Types.Certificate

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

public void MergeFrom(RtcStats.Types.Certificate other)

Parameters

other RtcStats.Types.Certificate

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream