Class ChildWorkflowExecutionFailureInfo
Inheritance
ChildWorkflowExecutionFailureInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ChildWorkflowExecutionFailureInfo : Google.Protobuf.IMessage<ChildWorkflowExecutionFailureInfo>, Google.Protobuf.IBufferMessage
Constructors
ChildWorkflowExecutionFailureInfo()
Declaration
public ChildWorkflowExecutionFailureInfo()
ChildWorkflowExecutionFailureInfo(ChildWorkflowExecutionFailureInfo)
Declaration
public ChildWorkflowExecutionFailureInfo(ChildWorkflowExecutionFailureInfo other)
Parameters
Fields
InitiatedEventIdFieldNumber
Field number for the "initiated_event_id" field.
Declaration
public const int InitiatedEventIdFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
RetryStateFieldNumber
Field number for the "retry_state" field.
Declaration
public const int RetryStateFieldNumber = null
Field Value
StartedEventIdFieldNumber
Field number for the "started_event_id" field.
Declaration
public const int StartedEventIdFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
WorkflowTypeFieldNumber
Field number for the "workflow_type" field.
Declaration
public const int WorkflowTypeFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
InitiatedEventId
Declaration
public long InitiatedEventId { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ChildWorkflowExecutionFailureInfo> Parser { get; }
Property Value
RetryState
Declaration
public RetryState RetryState { get; set; }
Property Value
StartedEventId
Declaration
public long StartedEventId { get; set; }
Property Value
WorkflowExecution
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
WorkflowType
Declaration
public WorkflowType WorkflowType { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ChildWorkflowExecutionFailureInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ChildWorkflowExecutionFailureInfo)
Declaration
public bool Equals(ChildWorkflowExecutionFailureInfo 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(ChildWorkflowExecutionFailureInfo)
Declaration
public void MergeFrom(ChildWorkflowExecutionFailureInfo 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