Class DescribeWorkflowExecutionResponse
Inheritance
DescribeWorkflowExecutionResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class DescribeWorkflowExecutionResponse : Google.Protobuf.IMessage<DescribeWorkflowExecutionResponse>, Google.Protobuf.IBufferMessage
Constructors
DescribeWorkflowExecutionResponse()
Declaration
public DescribeWorkflowExecutionResponse()
DescribeWorkflowExecutionResponse(DescribeWorkflowExecutionResponse)
Declaration
public DescribeWorkflowExecutionResponse(DescribeWorkflowExecutionResponse other)
Parameters
Fields
ExecutionConfigFieldNumber
Field number for the "execution_config" field.
Declaration
public const int ExecutionConfigFieldNumber = null
Field Value
PendingActivitiesFieldNumber
Field number for the "pending_activities" field.
Declaration
public const int PendingActivitiesFieldNumber = null
Field Value
PendingChildrenFieldNumber
Field number for the "pending_children" field.
Declaration
public const int PendingChildrenFieldNumber = null
Field Value
PendingWorkflowTaskFieldNumber
Field number for the "pending_workflow_task" field.
Declaration
public const int PendingWorkflowTaskFieldNumber = null
Field Value
WorkflowExecutionInfoFieldNumber
Field number for the "workflow_execution_info" field.
Declaration
public const int WorkflowExecutionInfoFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
ExecutionConfig
Declaration
public WorkflowExecutionConfig ExecutionConfig { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<DescribeWorkflowExecutionResponse> Parser { get; }
Property Value
PendingActivities
Declaration
public Google.Protobuf.Collections.RepeatedField<PendingActivityInfo> PendingActivities { get; }
Property Value
PendingChildren
Declaration
public Google.Protobuf.Collections.RepeatedField<PendingChildExecutionInfo> PendingChildren { get; }
Property Value
PendingWorkflowTask
Declaration
public PendingWorkflowTaskInfo PendingWorkflowTask { get; set; }
Property Value
WorkflowExecutionInfo
Declaration
public WorkflowExecutionInfo WorkflowExecutionInfo { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public DescribeWorkflowExecutionResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(DescribeWorkflowExecutionResponse)
Declaration
public bool Equals(DescribeWorkflowExecutionResponse 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(DescribeWorkflowExecutionResponse)
Declaration
public void MergeFrom(DescribeWorkflowExecutionResponse 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