Class GetWorkflowExecutionHistoryResponse
Inheritance
GetWorkflowExecutionHistoryResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class GetWorkflowExecutionHistoryResponse : Google.Protobuf.IMessage<GetWorkflowExecutionHistoryResponse>, Google.Protobuf.IBufferMessage
Constructors
GetWorkflowExecutionHistoryResponse()
Declaration
public GetWorkflowExecutionHistoryResponse()
GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse)
Declaration
public GetWorkflowExecutionHistoryResponse(GetWorkflowExecutionHistoryResponse other)
Parameters
Fields
ArchivedFieldNumber
Field number for the "archived" field.
Declaration
public const int ArchivedFieldNumber = null
Field Value
HistoryFieldNumber
Field number for the "history" field.
Declaration
public const int HistoryFieldNumber = null
Field Value
NextPageTokenFieldNumber
Field number for the "next_page_token" field.
Declaration
public const int NextPageTokenFieldNumber = null
Field Value
RawHistoryFieldNumber
Field number for the "raw_history" field.
Declaration
public const int RawHistoryFieldNumber = null
Field Value
Properties
Archived
Declaration
public bool Archived { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
History
Declaration
public History History { get; set; }
Property Value
NextPageToken
Will be set if there are more history events than were included in this response
Declaration
public Google.Protobuf.ByteString NextPageToken { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<GetWorkflowExecutionHistoryResponse> Parser { get; }
Property Value
RawHistory
Raw history is an alternate representation of history that may be returned if configured on
the frontend. This is not supported by all SDKs. Either this or history
will be set.
Declaration
public Google.Protobuf.Collections.RepeatedField<DataBlob> RawHistory { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<DataBlob> |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public GetWorkflowExecutionHistoryResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(GetWorkflowExecutionHistoryResponse)
Declaration
public bool Equals(GetWorkflowExecutionHistoryResponse 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(GetWorkflowExecutionHistoryResponse)
Declaration
public void MergeFrom(GetWorkflowExecutionHistoryResponse 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