Table of Contents

Class SimulationRunSummary

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

Constructors

SimulationRunSummary()

public SimulationRunSummary()

SimulationRunSummary(SimulationRunSummary)

public SimulationRunSummary(SimulationRunSummary other)

Parameters

other SimulationRunSummary

Fields

ChatHistoryFieldNumber

Field number for the "chat_history" field.

public const int ChatHistoryFieldNumber = 6

Field Value

int

FailedFieldNumber

Field number for the "failed" field.

public const int FailedFieldNumber = 2

Field Value

int

GoingWellFieldNumber

Field number for the "going_well" field.

public const int GoingWellFieldNumber = 3

Field Value

int

IssuesFieldNumber

Field number for the "issues" field.

public const int IssuesFieldNumber = 5

Field Value

int

PassedFieldNumber

Field number for the "passed" field.

public const int PassedFieldNumber = 1

Field Value

int

ToImproveFieldNumber

Field number for the "to_improve" field.

public const int ToImproveFieldNumber = 4

Field Value

int

Properties

ChatHistory

public MapField<string, ChatContext> ChatHistory { get; }

Property Value

MapField<string, ChatContext>

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Failed

public int Failed { get; set; }

Property Value

int

GoingWell

public string GoingWell { get; set; }

Property Value

string

Issues

public RepeatedField<SimulationRunSummary.Types.Issue> Issues { get; }

Property Value

RepeatedField<SimulationRunSummary.Types.Issue>

Parser

public static MessageParser<SimulationRunSummary> Parser { get; }

Property Value

MessageParser<SimulationRunSummary>

Passed

public int Passed { get; set; }

Property Value

int

ToImprove

public string ToImprove { 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 SimulationRunSummary Clone()

Returns

SimulationRunSummary

A deep clone of this object.

Equals(SimulationRunSummary)

public bool Equals(SimulationRunSummary other)

Parameters

other SimulationRunSummary

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

Merges the given message into this one.

public void MergeFrom(SimulationRunSummary other)

Parameters

other SimulationRunSummary

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.