Class SimulationRunSummary
public sealed class SimulationRunSummary : IMessage<SimulationRunSummary>, IEquatable<SimulationRunSummary>, IDeepCloneable<SimulationRunSummary>, IBufferMessage, IMessage
- Inheritance
-
SimulationRunSummary
- Implements
-
IMessage<SimulationRunSummary>IDeepCloneable<SimulationRunSummary>IBufferMessageIMessage
- Inherited Members
Constructors
SimulationRunSummary()
public SimulationRunSummary()
SimulationRunSummary(SimulationRunSummary)
public SimulationRunSummary(SimulationRunSummary other)
Parameters
otherSimulationRunSummary
Fields
ChatHistoryFieldNumber
Field number for the "chat_history" field.
public const int ChatHistoryFieldNumber = 6
Field Value
FailedFieldNumber
Field number for the "failed" field.
public const int FailedFieldNumber = 2
Field Value
GoingWellFieldNumber
Field number for the "going_well" field.
public const int GoingWellFieldNumber = 3
Field Value
IssuesFieldNumber
Field number for the "issues" field.
public const int IssuesFieldNumber = 5
Field Value
PassedFieldNumber
Field number for the "passed" field.
public const int PassedFieldNumber = 1
Field Value
ToImproveFieldNumber
Field number for the "to_improve" field.
public const int ToImproveFieldNumber = 4
Field Value
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
GoingWell
public string GoingWell { get; set; }
Property Value
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
ToImprove
public string ToImprove { get; set; }
Property Value
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
otherSimulationRunSummary
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(SimulationRunSummary)
Merges the given message into this one.
public void MergeFrom(SimulationRunSummary other)
Parameters
otherSimulationRunSummary
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.