Table of Contents

Class RunningAgentJobInfo

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

Constructors

RunningAgentJobInfo()

public RunningAgentJobInfo()

RunningAgentJobInfo(RunningAgentJobInfo)

public RunningAgentJobInfo(RunningAgentJobInfo other)

Parameters

other RunningAgentJobInfo

Fields

AcceptIdentityFieldNumber

Field number for the "accept_identity" field.

public const int AcceptIdentityFieldNumber = 3

Field Value

int

AcceptMetadataFieldNumber

Field number for the "accept_metadata" field.

public const int AcceptMetadataFieldNumber = 4

Field Value

int

AcceptNameFieldNumber

Field number for the "accept_name" field.

public const int AcceptNameFieldNumber = 2

Field Value

int

JobFieldNumber

Field number for the "job" field.

public const int JobFieldNumber = 1

Field Value

int

MockJobFieldNumber

Field number for the "mock_job" field.

public const int MockJobFieldNumber = 8

Field Value

int

TokenFieldNumber

Field number for the "token" field.

public const int TokenFieldNumber = 6

Field Value

int

UrlFieldNumber

Field number for the "url" field.

public const int UrlFieldNumber = 5

Field Value

int

WorkerIdFieldNumber

Field number for the "worker_id" field.

public const int WorkerIdFieldNumber = 7

Field Value

int

Properties

AcceptIdentity

public string AcceptIdentity { get; set; }

Property Value

string

AcceptMetadata

public string AcceptMetadata { get; set; }

Property Value

string

AcceptName

public string AcceptName { get; set; }

Property Value

string

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Job

public ByteString Job { get; set; }

Property Value

ByteString

MockJob

public bool MockJob { get; set; }

Property Value

bool

Parser

public static MessageParser<RunningAgentJobInfo> Parser { get; }

Property Value

MessageParser<RunningAgentJobInfo>

Token

public string Token { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

WorkerId

public string WorkerId { get; set; }

Property Value

string

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 RunningAgentJobInfo Clone()

Returns

RunningAgentJobInfo

A deep clone of this object.

Equals(RunningAgentJobInfo)

public bool Equals(RunningAgentJobInfo other)

Parameters

other RunningAgentJobInfo

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

Merges the given message into this one.

public void MergeFrom(RunningAgentJobInfo other)

Parameters

other RunningAgentJobInfo

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.