Class ResetPointInfo
Inheritance
ResetPointInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ResetPointInfo : Google.Protobuf.IMessage<ResetPointInfo>, Google.Protobuf.IBufferMessage
Constructors
ResetPointInfo()
Declaration
ResetPointInfo(ResetPointInfo)
Declaration
public ResetPointInfo(ResetPointInfo other)
Parameters
Fields
BinaryChecksumFieldNumber
Field number for the "binary_checksum" field.
Declaration
public const int BinaryChecksumFieldNumber = null
Field Value
CreateTimeFieldNumber
Field number for the "create_time" field.
Declaration
public const int CreateTimeFieldNumber = null
Field Value
ExpireTimeFieldNumber
Field number for the "expire_time" field.
Declaration
public const int ExpireTimeFieldNumber = null
Field Value
FirstWorkflowTaskCompletedIdFieldNumber
Field number for the "first_workflow_task_completed_id" field.
Declaration
public const int FirstWorkflowTaskCompletedIdFieldNumber = null
Field Value
ResettableFieldNumber
Field number for the "resettable" field.
Declaration
public const int ResettableFieldNumber = null
Field Value
RunIdFieldNumber
Field number for the "run_id" field.
Declaration
public const int RunIdFieldNumber = null
Field Value
Properties
BinaryChecksum
Declaration
public string BinaryChecksum { get; set; }
Property Value
CreateTime
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp CreateTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
ExpireTime
(-- api-linter: core::0214::resource-expiry=disabled
aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --)
The time that the run is deleted due to retention.
Declaration
public Google.Protobuf.WellKnownTypes.Timestamp ExpireTime { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Timestamp |
|
FirstWorkflowTaskCompletedId
Declaration
public long FirstWorkflowTaskCompletedId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ResetPointInfo> Parser { get; }
Property Value
Resettable
false if the reset point has pending childWFs/reqCancels/signalExternals.
Declaration
public bool Resettable { get; set; }
Property Value
RunId
Declaration
public string RunId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ResetPointInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ResetPointInfo)
Declaration
public bool Equals(ResetPointInfo other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ResetPointInfo)
Declaration
public void MergeFrom(ResetPointInfo other)
Parameters
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