Class PendingChildExecutionInfo
Inheritance
PendingChildExecutionInfo
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class PendingChildExecutionInfo : Google.Protobuf.IMessage<PendingChildExecutionInfo>, Google.Protobuf.IBufferMessage
Constructors
PendingChildExecutionInfo()
Declaration
public PendingChildExecutionInfo()
PendingChildExecutionInfo(PendingChildExecutionInfo)
Declaration
public PendingChildExecutionInfo(PendingChildExecutionInfo other)
Parameters
Fields
InitiatedIdFieldNumber
Field number for the "initiated_id" field.
Declaration
public const int InitiatedIdFieldNumber = null
Field Value
ParentClosePolicyFieldNumber
Field number for the "parent_close_policy" field.
Declaration
public const int ParentClosePolicyFieldNumber = null
Field Value
RunIdFieldNumber
Field number for the "run_id" field.
Declaration
public const int RunIdFieldNumber = null
Field Value
WorkflowIdFieldNumber
Field number for the "workflow_id" field.
Declaration
public const int WorkflowIdFieldNumber = null
Field Value
WorkflowTypeNameFieldNumber
Field number for the "workflow_type_name" field.
Declaration
public const int WorkflowTypeNameFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
InitiatedId
Declaration
public long InitiatedId { get; set; }
Property Value
ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
Declaration
public ParentClosePolicy ParentClosePolicy { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<PendingChildExecutionInfo> Parser { get; }
Property Value
RunId
Declaration
public string RunId { get; set; }
Property Value
WorkflowId
Declaration
public string WorkflowId { get; set; }
Property Value
WorkflowTypeName
Declaration
public string WorkflowTypeName { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public PendingChildExecutionInfo Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(PendingChildExecutionInfo)
Declaration
public bool Equals(PendingChildExecutionInfo 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(PendingChildExecutionInfo)
Declaration
public void MergeFrom(PendingChildExecutionInfo 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