Class UpdateWorkflowResponse
Inheritance
UpdateWorkflowResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class UpdateWorkflowResponse : Google.Protobuf.IMessage<UpdateWorkflowResponse>, Google.Protobuf.IBufferMessage
Constructors
UpdateWorkflowResponse()
Declaration
public UpdateWorkflowResponse()
UpdateWorkflowResponse(UpdateWorkflowResponse)
Declaration
public UpdateWorkflowResponse(UpdateWorkflowResponse other)
Parameters
Fields
OutputFieldNumber
Field number for the "output" field.
Declaration
public const int OutputFieldNumber = null
Field Value
UpdateTokenFieldNumber
Field number for the "update_token" field.
Declaration
public const int UpdateTokenFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Output
The success or failure status of the update
Declaration
public Output Output { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<UpdateWorkflowResponse> Parser { get; }
Property Value
UpdateToken
An opaque token that can be used to retrieve the update result via
polling if it is not returned as part of the gRPC response
Declaration
public Google.Protobuf.ByteString UpdateToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public UpdateWorkflowResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(UpdateWorkflowResponse)
Declaration
public bool Equals(UpdateWorkflowResponse 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(UpdateWorkflowResponse)
Declaration
public void MergeFrom(UpdateWorkflowResponse 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