Class UpdateWorkflowRequest
(-- api-linter: core::0134=disabled
aip.dev/not-precedent: Update RPCs don't follow Google API format. --)
Inheritance
UpdateWorkflowRequest
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class UpdateWorkflowRequest : Google.Protobuf.IMessage<UpdateWorkflowRequest>, Google.Protobuf.IBufferMessage
Constructors
UpdateWorkflowRequest()
Declaration
public UpdateWorkflowRequest()
UpdateWorkflowRequest(UpdateWorkflowRequest)
Declaration
public UpdateWorkflowRequest(UpdateWorkflowRequest other)
Parameters
Fields
FirstExecutionRunIdFieldNumber
Field number for the "first_execution_run_id" field.
Declaration
public const int FirstExecutionRunIdFieldNumber = null
Field Value
IdentityFieldNumber
Field number for the "identity" field.
Declaration
public const int IdentityFieldNumber = null
Field Value
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
RequestIdFieldNumber
Field number for the "request_id" field.
Declaration
public const int RequestIdFieldNumber = null
Field Value
ResultAccessStyleFieldNumber
Field number for the "result_access_style" field.
Declaration
public const int ResultAccessStyleFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
FirstExecutionRunId
If set, this call will error if the most recent (if no run id is set on
workflow_execution
), or specified (if it is) workflow execution is not
part of the same execution chain as this id.
Declaration
public string FirstExecutionRunId { get; set; }
Property Value
Identity
A string identifying the agent that requested this interaction.
Declaration
public string Identity { get; set; }
Property Value
The name under which the workflow update function is registered and the
arguments to pass to said function.
Declaration
public Input Input { get; set; }
Property Value
Namespace
The namespace name of the target workflow
Declaration
public string Namespace { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<UpdateWorkflowRequest> Parser { get; }
Property Value
RequestId
A unique ID for this logical request
Declaration
public string RequestId { get; set; }
Property Value
ResultAccessStyle
The manner in which the update result will be accessed.
This field requires a non-default value; the default value of the enum
will result in an error.
Declaration
public WorkflowUpdateResultAccessStyle ResultAccessStyle { get; set; }
Property Value
WorkflowExecution
The target workflow id and (optionally) a specific run thereof
(-- api-linter: core::0203::optional=disabled
aip.dev/not-precedent: false positive triggered by the word "optional" --)
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public UpdateWorkflowRequest Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(UpdateWorkflowRequest)
Declaration
public bool Equals(UpdateWorkflowRequest 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(UpdateWorkflowRequest)
Declaration
public void MergeFrom(UpdateWorkflowRequest 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