Class ChildWorkflowExecutionTimedOutEventAttributes
Inheritance
ChildWorkflowExecutionTimedOutEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ChildWorkflowExecutionTimedOutEventAttributes : Google.Protobuf.IMessage<ChildWorkflowExecutionTimedOutEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
ChildWorkflowExecutionTimedOutEventAttributes()
Declaration
public ChildWorkflowExecutionTimedOutEventAttributes()
ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes)
Declaration
public ChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes 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
NamespaceIdFieldNumber
Field number for the "namespace_id" field.
Declaration
public const int NamespaceIdFieldNumber = 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
Id of the START_CHILD_WORKFLOW_EXECUTION_INITIATED
event which this event corresponds to
Declaration
public long InitiatedEventId { get; set; }
Property Value
Namespace
Namespace of the child workflow.
SDKs and UI tools should use namespace
field but server must use namespace_id
only.
Declaration
public string Namespace { get; set; }
Property Value
NamespaceId
Declaration
public string NamespaceId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ChildWorkflowExecutionTimedOutEventAttributes> Parser { get; }
Property Value
RetryState
Declaration
public RetryState RetryState { get; set; }
Property Value
StartedEventId
Id of the CHILD_WORKFLOW_EXECUTION_STARTED
event which this event corresponds to
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 ChildWorkflowExecutionTimedOutEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ChildWorkflowExecutionTimedOutEventAttributes)
Declaration
public bool Equals(ChildWorkflowExecutionTimedOutEventAttributes other)
Parameters
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(ChildWorkflowExecutionTimedOutEventAttributes)
Declaration
public void MergeFrom(ChildWorkflowExecutionTimedOutEventAttributes 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