Class Output
Output carries the output data from an interaction.
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class Output : Google.Protobuf.IMessage<Output>, Google.Protobuf.IBufferMessage
Constructors
Output()
Declaration
Output(Output)
Declaration
public Output(Output other)
Parameters
Type |
Name |
Description |
Output |
other |
|
Fields
FailureFieldNumber
Field number for the "failure" field.
Declaration
public const int FailureFieldNumber = null
Field Value
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
SuccessFieldNumber
Field number for the "success" field.
Declaration
public const int SuccessFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Failure
Declaration
public Failure Failure { get; set; }
Property Value
Headers that are passed with the interaction to and from the processing workflow.
These can include things like auth or tracing tokens.
Declaration
public Header Header { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<Output> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Output> |
|
ResultCase
Declaration
public Output.ResultOneofCase ResultCase { get; }
Property Value
Success
Declaration
public Payloads Success { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
ClearResult()
Declaration
public void ClearResult()
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(Output)
Declaration
public bool Equals(Output other)
Parameters
Type |
Name |
Description |
Output |
other |
|
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(Output)
Declaration
public void MergeFrom(Output other)
Parameters
Type |
Name |
Description |
Output |
other |
|
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