Table of Contents

Class PrivateLink

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

Constructors

public PrivateLink()
public PrivateLink(PrivateLink other)

Parameters

other PrivateLink

Fields

Field number for the "aws" field.

public const int AwsFieldNumber = 3

Field Value

int

Field number for the "cloud_region" field.

public const int CloudRegionFieldNumber = 8

Field Value

int

Field number for the "connection_endpoint" field.

public const int ConnectionEndpointFieldNumber = 7

Field Value

int

Field number for the "endpoint" field.

public const int EndpointFieldNumber = 6

Field Value

int

Field number for the "name" field.

public const int NameFieldNumber = 2

Field Value

int

Field number for the "port" field.

public const int PortFieldNumber = 5

Field Value

int

Field number for the "private_link_id" field.

public const int PrivateLinkIdFieldNumber = 1

Field Value

int

Field number for the "region" field.

public const int RegionFieldNumber = 4

Field Value

int

Properties

[Obsolete]
public PrivateLink.Types.AWSConfig Aws { get; set; }

Property Value

PrivateLink.Types.AWSConfig
public string CloudRegion { get; set; }

Property Value

string
public PrivateLink.ConfigOneofCase ConfigCase { get; }

Property Value

PrivateLink.ConfigOneofCase
public string ConnectionEndpoint { get; set; }

Property Value

string
public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor
public string Endpoint { get; set; }

Property Value

string
public string Name { get; set; }

Property Value

string
public static MessageParser<PrivateLink> Parser { get; }

Property Value

MessageParser<PrivateLink>
public uint Port { get; set; }

Property Value

uint
public string PrivateLinkId { get; set; }

Property Value

string
public string Region { get; set; }

Property Value

string

Methods

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.

public void ClearConfig()

Creates a deep clone of this object.

public PrivateLink Clone()

Returns

PrivateLink

A deep clone of this object.

public bool Equals(PrivateLink other)

Parameters

other PrivateLink

Returns

bool
public override bool Equals(object other)

Parameters

other object

Returns

bool
public override int GetHashCode()

Returns

int

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

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

See the user guide for precise merge semantics.

Merges the given message into this one.

public void MergeFrom(PrivateLink other)

Parameters

other PrivateLink

See the user guide for precise merge semantics.

public override string ToString()

Returns

string

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.