Table of Contents

Class PrivateLinkStatus

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

Constructors

PrivateLinkStatus()

public PrivateLinkStatus()

PrivateLinkStatus(PrivateLinkStatus)

public PrivateLinkStatus(PrivateLinkStatus other)

Parameters

other PrivateLinkStatus

Fields

ReasonFieldNumber

Field number for the "reason" field.

public const int ReasonFieldNumber = 3

Field Value

int

StatusFieldNumber

Field number for the "status" field.

public const int StatusFieldNumber = 1

Field Value

int

UpdatedAtFieldNumber

Field number for the "updated_at" field.

public const int UpdatedAtFieldNumber = 2

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Parser

public static MessageParser<PrivateLinkStatus> Parser { get; }

Property Value

MessageParser<PrivateLinkStatus>

Reason

public string Reason { get; set; }

Property Value

string

Status

public PrivateLinkStatus.Types.Status Status { get; set; }

Property Value

PrivateLinkStatus.Types.Status

UpdatedAt

public Timestamp UpdatedAt { 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 PrivateLinkStatus Clone()

Returns

PrivateLinkStatus

A deep clone of this object.

Equals(PrivateLinkStatus)

public bool Equals(PrivateLinkStatus other)

Parameters

other PrivateLinkStatus

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

Merges the given message into this one.

public void MergeFrom(PrivateLinkStatus other)

Parameters

other PrivateLinkStatus

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.