Class GetWorkflowExecutionHistoryReverseResponse
Inheritance
GetWorkflowExecutionHistoryReverseResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class GetWorkflowExecutionHistoryReverseResponse : Google.Protobuf.IMessage<GetWorkflowExecutionHistoryReverseResponse>, Google.Protobuf.IBufferMessage
Constructors
GetWorkflowExecutionHistoryReverseResponse()
Declaration
public GetWorkflowExecutionHistoryReverseResponse()
GetWorkflowExecutionHistoryReverseResponse(GetWorkflowExecutionHistoryReverseResponse)
Declaration
public GetWorkflowExecutionHistoryReverseResponse(GetWorkflowExecutionHistoryReverseResponse other)
Parameters
Fields
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
Properties
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<GetWorkflowExecutionHistoryReverseResponse> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public GetWorkflowExecutionHistoryReverseResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(GetWorkflowExecutionHistoryReverseResponse)
Declaration
public bool Equals(GetWorkflowExecutionHistoryReverseResponse 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(GetWorkflowExecutionHistoryReverseResponse)
Declaration
public void MergeFrom(GetWorkflowExecutionHistoryReverseResponse 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