Class History
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class History : Google.Protobuf.IMessage<History>, Google.Protobuf.IBufferMessage
Constructors
History()
Declaration
History(History)
Declaration
public History(History other)
Parameters
Type |
Name |
Description |
History |
other |
|
Fields
EventsFieldNumber
Field number for the "events" field.
Declaration
public const int EventsFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Events
Declaration
public Google.Protobuf.Collections.RepeatedField<HistoryEvent> Events { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<HistoryEvent> |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<History> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<History> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(History)
Declaration
public bool Equals(History other)
Parameters
Type |
Name |
Description |
History |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(History)
Declaration
public void MergeFrom(History other)
Parameters
Type |
Name |
Description |
History |
other |
|
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage