Class WorkflowPropertiesModifiedExternallyEventAttributes
Inheritance
WorkflowPropertiesModifiedExternallyEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowPropertiesModifiedExternallyEventAttributes : Google.Protobuf.IMessage<WorkflowPropertiesModifiedExternallyEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowPropertiesModifiedExternallyEventAttributes()
Declaration
public WorkflowPropertiesModifiedExternallyEventAttributes()
WorkflowPropertiesModifiedExternallyEventAttributes(WorkflowPropertiesModifiedExternallyEventAttributes)
Declaration
public WorkflowPropertiesModifiedExternallyEventAttributes(WorkflowPropertiesModifiedExternallyEventAttributes other)
Parameters
Fields
NewTaskQueueFieldNumber
Field number for the "new_task_queue" field.
Declaration
public const int NewTaskQueueFieldNumber = null
Field Value
NewWorkflowExecutionTimeoutFieldNumber
Field number for the "new_workflow_execution_timeout" field.
Declaration
public const int NewWorkflowExecutionTimeoutFieldNumber = null
Field Value
NewWorkflowRunTimeoutFieldNumber
Field number for the "new_workflow_run_timeout" field.
Declaration
public const int NewWorkflowRunTimeoutFieldNumber = null
Field Value
NewWorkflowTaskTimeoutFieldNumber
Field number for the "new_workflow_task_timeout" field.
Declaration
public const int NewWorkflowTaskTimeoutFieldNumber = null
Field Value
UpsertedMemoFieldNumber
Field number for the "upserted_memo" field.
Declaration
public const int UpsertedMemoFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
NewTaskQueue
If set to a nonempty string, future workflow tasks for this workflow shall be dispatched on
the provided queue.
Declaration
public string NewTaskQueue { get; set; }
Property Value
NewWorkflowExecutionTimeout
If set, update the workflow execution timeout to this value. May be set to 0 for no timeout.
Declaration
public Google.Protobuf.WellKnownTypes.Duration NewWorkflowExecutionTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
NewWorkflowRunTimeout
If set, update the workflow run timeout to this value. May be set to 0 for no timeout.
Declaration
public Google.Protobuf.WellKnownTypes.Duration NewWorkflowRunTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
NewWorkflowTaskTimeout
If set, update the workflow task timeout to this value.
Declaration
public Google.Protobuf.WellKnownTypes.Duration NewWorkflowTaskTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowPropertiesModifiedExternallyEventAttributes> Parser { get; }
Property Value
UpsertedMemo
If set, update the workflow memo with the provided values. The values will be merged with
the existing memo. If the user wants to delete values, a default/empty Payload should be
used as the value for the key being deleted.
Declaration
public Memo UpsertedMemo { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowPropertiesModifiedExternallyEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowPropertiesModifiedExternallyEventAttributes)
Declaration
public bool Equals(WorkflowPropertiesModifiedExternallyEventAttributes 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(WorkflowPropertiesModifiedExternallyEventAttributes)
Declaration
public void MergeFrom(WorkflowPropertiesModifiedExternallyEventAttributes 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